This repository was archived by the owner on Jan 11, 2026. It is now read-only.
Release 1.3.0
New Features
- Add
isPromiseLike()check. - Add
PromiseResolverinterface andnewPromiseResolver()function to resolve promises before construction.
Changes
- Refine
isArrayLike()generic signature. - Refine
isIterable()generic signature.