Functional version of Array.isArray
Rope-based persistent sequence type
Polyfill of future proposal for `util.parseArgs()`
Insanely Fast Fourier Transform (radix-4)
Guarantees an array back
`[].reduce()` for old browsers
Matches strings against configurable strings, globs, regular expressions, and/or functions
ECMAScript extensions and shims
<!-- markdownlint-disable MD024 -->
Is this value a JS SharedArrayBuffer?
Is this value a JS ArrayBuffer?
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.
Get East Asian Width from a character.
A fast implementation of a fisher-yates shuffle that does not mutate the source array.
Array manipulation, ordering, searching, summarizing, etc.
A tiny function for parsing process.argv, a modern rewrite of minimist.
General purpose glob-based configuration matching.
Option parsing for Node, supporting types, shorthands, etc. Used by npm.
Robustly get the byte offset of a Typed Array
Quickly scan for CLI flags and arguments
Robustly get the byte length of a Typed Array
Check if argv has a specific flag
Robustly get the length of a Typed Array
Utilities for watching file trees.