promise-monofill
v1.0.1
Published
A module that exports native Promise. Always.
Downloads
7,524
Maintainers
Readme
promise monofill
This module exports native Promise. Always. If it doesn't exist it throws an exception.
Installation
npm install promise-monofill --saveUsage
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.
