0.5.0 • Published 3 years ago

native-promise-util v0.5.0

Weekly downloads
461
License
MIT
Repository
github
Last release
3 years ago

native-promise-util (npu)

A utility for working with native JavaScript Promise. Aims to provide compatible bluebird API but on native Promise.

Version on npm Build status

Install

npm install native-promise-util

API

The follow API are currently provided:

License

This module is licensed under the MIT License.

Acknowledge

This module was built by referencing the following materials:

  • Most API design and a lot of test cases are ported from bluebird.
  • map and filter API implementation are inspired by a Gist from yongjun21.

Alternatives

Some alternatives and similar implementations which can be considered:

0.5.0

3 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago