unzip a zip file into a directory using 100% javascript
atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)
Convert globs to regular expressions
Determine if a function is a native generator function.
Safe(r) monkeypatching for JavaScript.
create hashes for browserify
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
HPACK implementation
Glob to regular expression with support for extended globs
Opens stuff, like webpages and files and executables, cross-platform
A stricter URI encode adhering to RFC 3986
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Simple async batch with concurrency control and progress reporting.
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
delay the evaluation of a paramless async function and cache the result
detect possibly catastrophic, exponential-time regular expressions
Port of jQuery.extend for node.js and the browser
Returns an array of Typed Array names that are available in the current environment
Run the supplied function exactly one time (once)
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
The lodash method `_.once` exported as a module.