Repository URL to install this package:
|
Version:
5.0.0-1 ▾
|
| .. |
| dist |
| src |
| tsconfig.json |
| package.json |
| LICENSE |
| README.md |
| changelog.md |
A utility for working with native JavaScript Promise. Aims to provide compatible bluebird API but on native Promise.
npm install native-promise-util
The follow API are currently provided:
inflight optionsinflight optionsThis module is licensed under the MIT License.
This module was built by referencing the following materials:
map and filter API implementation are inspired by a Gist from yongjun21.Some alternatives and similar implementations which can be considered: