Pinkie-promise: Promise Ponyfill with Pinkie

Pinkie-promise

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

Download Details:

Author: floatdrop
Source Code: https://github.com/floatdrop/pinkie-promise 
License: MIT license

#javascript #promises 

Pinkie-promise: Promise Ponyfill with Pinkie
1.05 GEEK