promise-monofill

1.0.1 • Public • Published

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.

Package Sidebar

Install

npm i promise-monofill

Weekly Downloads

341

Version

1.0.1

License

MIT

Last publish

Collaborators

  • rsp