1.1.2 • Published 1 year ago

util.promisify v1.1.2

Weekly downloads
16,829,251
License
MIT
Repository
github
Last release
1 year ago

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.

Usage

Direct

const promisify = require('util.promisify');
// Use `promisify` just like the built-in method on `util`

Shim

require('util.promisify/shim')();
// `util.promisify` is now defined
const util = require('util');
// Use `util.promisify`

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.

Promisifying modules

If you want to promisify a whole module, like the fs module, you can use util.promisify-all.

apollo-server-envarchetype-libraryvuedragdropuploadimageskilli8n-react-native-fast-imagereactifiremio-cli-servicespecify-importsbabel-specify-imports@icanpm/api-mastergohiei-bulltypescriptifire@cashremit/cr-streamline-icons@guomio/cli-serviceecom-svgocloud-archive-s3bb-chat@fundefund/funde_cknsm-uigql_din_modafryxicons@l1nyanm1ng/react-picture-viewerxxxxxx-cduyzh-testvue-cli-plugin-upload-qiniuxushu-clicogoportutils@victor.accarini/ravendbreact-native-slider-kftreasurer@saaspe/componentssklif-ui-kitsklif-api@everything-registry/sub-chunk-3032p149-tablesklif-uigit-parseglowgoogle-activity-parserkube-smoke-testkr-test-package1kr-test-package2kinolokaliseloctoollocal-mysql-cachekdupress-html-webpack-pluginknex-browserkonstructorjwt-token-blacklistjulien-easy-modalkelvinadonlacona-dndleadengagelitepie-datepicker-gabem2m-chartjs-plugin-crosshairmaggi-projectsmake-it-snowhexyun.helpersheroku-babel-loaderhtml-inline-assets-loaderhtml-webpack-plugin-to-multihtmlhtml-webpack-injecthtml-webpack-plugin-compatible-5html-webpack-plugin-for-splithtml-webpack-plugin-gbihtml-webpack-plugin-multihtmlhtml-webpack4-pluginhtml-webpack-plugin-fix2hot-zone-vueinterbit-coreifxcimagemin-linterimagemin-lint-stagedimagemin-webpack-pluginiex-sdkicons-vue-testjest-enforcejesusdemojessejson-datastorejandan-clijson2dbigem-wiki-webpack-pluginimport-remoteimage-storiesmavectramediacentral-signmediacentral-uploadmediacentral-feature-packmediacentral-publishmodule-webpack-pluginmggauharmincloudmicroend-componentmicroledgermemlabmemlab-testmira-scriptsmjml-mustachemolrendermolstar
1.1.2

1 year ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

4 years ago

1.0.0

7 years ago