Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Creates a duplex stream
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
Detect if your code is running on an AWS Lambda server
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Parses CSS inline style to JavaScript object (camelCased).
Returns an array of Typed Array names that are available in the current environment
A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.
Various hash functions that could be run by both browser and node
unzip a zip file into a directory using 100% javascript
atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)
A stricter URI encode adhering to RFC 3986
Convert globs to regular expressions
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
detect possibly catastrophic, exponential-time regular expressions
Get the native type of a value.
Like ruby's abbrev module, but in js
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
The lodash method `_.once` exported as a module.
create hashes for browserify
Is this value negative zero? === will lie to you
Glob to regular expression with support for extended globs
HPACK implementation