Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Is this value negative zero? === will lie to you
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Node HTTP/HTTPS Agents for tunneling proxies
The lodash method `_.isBoolean` exported as a module.
Minimalistic tools for JS crypto modules
Determine if a value is an ES6 Symbol or not.
Get the native type of a value.
Like ruby's abbrev module, but in js
A pure JS implementation SHA256.
Simple async batch with concurrency control and progress reporting.
One promise for multiple requests in flight to avoid async duplication
High-priority task queue for Node.js and browsers
delay the evaluation of a paramless async function and cache the result
Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Error classes used in node_redis
Pretty options for minimist
ICSS utils for postcss ast
create hashes for browserify
Run the supplied function exactly one time (once)
A simple, lightweight JavaScript API for handling cookies