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-ui@anonybit-modules/videoreconstruction@decerto/make-war@descript/sentry-electron@dfrechette/apollo-server-envdev-serve-update-webpack-plugin@dp-launching/molstar@devorso/dcountdowndesign-system-fitbank-450did-client@davidsneighbour/imagemin-lint-stageddataset-syncdataormfavicons-nophantomjseyuteam-utilfalcon-coreexpress-extensionsfastlion-picture-viewerfirebase-functions-yaml-configfn-lib-exampleflowable-bpmn-modelerfrdrk-js-semaphorefunction.prototypefs-storage-plusdirectory-as-objectdossier-html-webpack-plugindotfile-jsondotfiles-syncelectron-to-nwjsethereumjs-vmethereumjs-vm-forkethereumts-vmexpress-brutewall@hazyflame/vue-jitsi-meetimage-stories@hawkingnetwork/react-native-tab-view@hdsydsvenskan/travis-env-syncimport-remotehtml-webpack-plugin-fix2html-webpack-plugin-for-splithtml-webpack-plugin-gbi@gmod/jbrowse-coreifxc@gxchain2-ethereumjs/vmimagemin-webpack-pluginimagemin-lint-stagedimagemin-linternm-hunter@greminder/bootstrap-material-designigem-wiki-webpack-plugin@genesisx/nextjs-mfehtml-webpack-plugin-multihtmlhtml-webpack-plugin-to-multihtml@gerhobbelt/babel-loaderhtml-webpack-plugin-compatible-5html-webpack-inject@hotosm/osm-replication-streamsnode-tailorinterbit-corenpm-auto-install-webpack-pluginnpm-lintnpm-self-linknois-react-toastnode-shntool@hkube/bull@graines-digitales/nice-handsome-buttonhtml-inline-assets-loader
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