1.1.2 • Published 2 years ago

util.promisify v1.1.2

Weekly downloads
16,829,251
License
MIT
Repository
github
Last release
2 years 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-uisyncmantailorxsvg2vdsvg2vdandroidsvg-processsvgo-browsersvgogosvgo-litetest-memlabwinx-form-winxwhales-nameswanchain-dapp-connectweb-elements-iconsvue-html-webpack-pluginvue-button-test1webchewordpress-utilsxa-cardsxa-cascaderxa-checkboxxa-menuxa-paginatationxa-popoverxa-tabsxa-test-cardxa-anchorxa-backtopxa-breadcrumbxa-cardwildfire-clientwii-template-webpack-pluginxml2js-cdatasuperset-plugin-chart-hello-world2tecfood-apkgenstart-nreplsticky-scroll-catchtestnpm_lmnsvelte-component-libsy-html-webpack-plugintfx-clitfx-cli-fixvue-compmentv2ex-clivarie-clivs-tree-plus@dp-launching/molstar@ct-note/table@ct-note/warning@ct-note/inline-code@ct-note/marker@ct-note/quote@ct-note/simple-image@ct-note/delimiter@configurator/ravendb@descript/sentry-electron@borealisswap/borealis-swap-lib@blkmarketco/components-library@beldore/react-otp-input@rps-engine/core@poscredit/plugin-chart-borisjest-enforcejessejesusdemojulien-easy-modaljson-datastorejwt-token-blacklist
1.1.2

2 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

5 years ago

1.0.0

8 years ago