Skip to content

v2.0.1

Choose a tag to compare

@Download Download released this 16 Mar 00:35
· 4 commits to master since this release
2.0.1: Improved interoperability

Don't check `x instanceof Promise` as it's not very portable.
Instead use Promise.resolve(x).