xtf e538decb69 药品分类 11 месяцев назад
..
index.js e538decb69 药品分类 11 месяцев назад
license e538decb69 药品分类 11 месяцев назад
package.json e538decb69 药品分类 11 месяцев назад
readme.md e538decb69 药品分类 11 месяцев назад

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