APPLE 323c2f1633 wesmiler 点什么广告 3 лет назад
..
.eslintrc 323c2f1633 wesmiler 点什么广告 3 лет назад
.npmignore 323c2f1633 wesmiler 点什么广告 3 лет назад
.travis.yml 323c2f1633 wesmiler 点什么广告 3 лет назад
CHANGELOG.md 323c2f1633 wesmiler 点什么广告 3 лет назад
LICENSE 323c2f1633 wesmiler 点什么广告 3 лет назад
README.md 323c2f1633 wesmiler 点什么广告 3 лет назад
implementation.js 323c2f1633 wesmiler 点什么广告 3 лет назад
index.js 323c2f1633 wesmiler 点什么广告 3 лет назад
package.json 323c2f1633 wesmiler 点什么广告 3 лет назад
polyfill.js 323c2f1633 wesmiler 点什么广告 3 лет назад
shim.js 323c2f1633 wesmiler 点什么广告 3 лет назад

README.md

util.promisify

Polyfill for util.promisify in node versions < v8

node v8.0.0 added support for a built-in util.promisify: https://github.com/nodejs/node/pull/12442/

This package provides the built-in util.promisify in node v8.0.0 and later, and a replacement in other environments.

Note: this package requires a native ES5 environment, and for Promise to be globally available. It will throw upon requiring it if these are not present.