Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gregros/promise-stuff-es6

Integrates the promise-stuff package with ES6 native promises.
https://github.com/gregros/promise-stuff-es6

Last synced: 9 days ago
JSON representation

Integrates the promise-stuff package with ES6 native promises.

Awesome Lists containing this project

README

        

# Promise-stuff-es6
[![npm](https://badge.fury.io/js/promise-stuff-es6.svg )](https://www.npmjs.com/package/promise-stuff-es6)

Integrates the [`promise-stuff`](https://github.com/GregRos/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.