Typescript promisify, map, and try
A simple utility for promisifying functions and classes.
Converts callback-based functions to ES6 Promises
Promisify an entire class or object
Promisify a callback-style function
Node 8's util.promisify, as a node module
seriously like the best async child process library
Polyfill/shim for util.promisify in node versions < v8
Promisify any of: callback function, sync function, generator function, promise-returning function
Tiny, dependency free promisify library.
Simple and lightweight utility for transforming callback functions to Promises
Promisify EventEmitter's event.
Promisify a function call so users can call a function with a callback or get a promise
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Returns an array of Typed Array names that are available in the current environment
Robustly get the byte offset of a Typed Array
Wrap any node-style callback function with a promise.
Get the ArrayBuffer out of a TypedArray, robustly.
Robustly get the byte length of a Typed Array
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
A simple list of possible Typed Array names.
Robustly get the length of a Typed Array
Convert HEIC/HEIF images to JPEG and PNG
Convert callback-based APIs to promises