xtf c3c218391a 药品分类 пре 11 месеци
..
.eslintrc c3c218391a 药品分类 пре 11 месеци
.npmignore c3c218391a 药品分类 пре 11 месеци
.travis.yml c3c218391a 药品分类 пре 11 месеци
CHANGELOG.md c3c218391a 药品分类 пре 11 месеци
LICENSE c3c218391a 药品分类 пре 11 месеци
README.md c3c218391a 药品分类 пре 11 месеци
implementation.js c3c218391a 药品分类 пре 11 месеци
index.js c3c218391a 药品分类 пре 11 месеци
package.json c3c218391a 药品分类 пре 11 месеци
polyfill.js c3c218391a 药品分类 пре 11 месеци
shim.js c3c218391a 药品分类 пре 11 месеци

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.