Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

Release 1.3.0

Choose a tag to compare

@surol surol released this 26 Oct 13:36
· 494 commits to master since this release

New Features

  • Add isPromiseLike() check.
  • Add PromiseResolver interface and newPromiseResolver() function to resolve promises before construction.

Changes

  • Refine isArrayLike() generic signature.
  • Refine isIterable() generic signature.