1.0.1 • Published 7 years ago

promise-monofill v1.0.1

Weekly downloads
1,648
License
MIT
Repository
github
Last release
7 years ago

promise monofill

This module exports native Promise. Always. If it doesn't exist it throws an exception.

Installation

npm install promise-monofill --save

Usage

var P = require('promise-monofill');
P.resolve(123).then(console.log);

Issues

For any bug reports or feature requests please post an issue on GitHub.

Author

Rafał Pocztarski - https://github.com/rsp

License

MIT License (Expat). See LICENSE.md for details.