Dashboard sipadu mbip
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
root d8c1b4a1be initial 5 anos atrás
..
.eslintrc initial 5 anos atrás
.npmignore initial 5 anos atrás
.travis.yml initial 5 anos atrás
CHANGELOG.md initial 5 anos atrás
LICENSE initial 5 anos atrás
README.md initial 5 anos atrás
implementation.js initial 5 anos atrás
index.js initial 5 anos atrás
package.json initial 5 anos atrás
polyfill.js initial 5 anos atrás
shim.js initial 5 anos atrás

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.