Popularity
2.1
Stable
Activity
0.0
Stable
119
4
17

Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Es6     Control Flow     Promises     Promise     ES2015     Ponyfill     Polyfill    
Latest version: v2.0.1

pinkie-promise alternatives and similar modules

Based on the "Promises" category.
Alternatively, view pinkie-promise alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of pinkie-promise or a related project?

Add another 'Promises' Module

README

pinkie-promise Build Status

ES2015 Promise ponyfill

Module exports global Promise object (if available) or pinkie Promise polyfill.

Install

$ npm install --save pinkie-promise

Usage

var Promise = require('pinkie-promise');

new Promise(function (resolve) { resolve('unicorns'); });
//=> Promise { 'unicorns' }

Related

  • pify - Promisify a callback-style function

License

MIT © Vsevolod Strukchinsky


*Note that all licence references and agreements mentioned in the pinkie-promise README section above are relevant to that project's source code only.