Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gregros/promise-stuff-es6
- Owner: GregRos
- License: mit
- Created: 2018-03-02T19:58:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T15:42:56.000Z (over 3 years ago)
- Last Synced: 2024-12-06T13:09:20.569Z (28 days ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.