0.2.1 • Published 3 years ago

promise-stuff-es6 v0.2.1

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

Promise-stuff-es6

npm

Integrates the promise-stuff package with the native ES6 Promise. This requires very little code, and this package is mainly provided for convenience.

Import this package in your code to make it work.

import "promise-stuff-es6";

This package will modify Promise.prototype. Do not use this package if your code will be reused in other projects, unless you've thought about what you're doing.