githubEdit

pinkie-promise

ES2015 Promisearrow-up-right ponyfill

Module exports global Promise object (if available) or pinkiearrow-up-right Promise polyfill.

Install

$ npm install --save pinkie-promise

Usage

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

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

License

MIT © Vsevolod Strukchinskyarrow-up-right

Last updated