Yankun168 cb620fbdc3 5.10存档 il y a 11 mois
..
index.js cb620fbdc3 5.10存档 il y a 11 mois
license cb620fbdc3 5.10存档 il y a 11 mois
package.json cb620fbdc3 5.10存档 il y a 11 mois
readme.md cb620fbdc3 5.10存档 il y a 11 mois

readme.md

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