Skip to content

rsp/node-promise-monofill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A module that exports native Promise. Always.

Resources

License

Stars

Watchers

Forks

Packages

No packages published