promise-stuff-es6
v0.2.1
Published
Integrating the promise-stuff package into ES6 native promises.
Downloads
22
Maintainers
Readme
Promise-stuff-es6
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.