Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
vending-agent-dep / usr / local / lib / vending / agent / node_modules / native-promise-util
  ..
  dist
  src
  tsconfig.json
  package.json
  LICENSE
  README.md
  changelog.md
Size: Mime:

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: