align-text with ANSI support for CLIs
Robustly get the byte length of a Typed Array
Get the ArrayBuffer out of a TypedArray, robustly.
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
Robustly get the length of a Typed Array
Power Assert output formatter
ECMAScript (ESTree) AST walker
A tools library of null、boolean、number、string、datetime、object、array、function、url、currency、map
Test if a value is an array-like object containing only objects.
Compile ES2015 object super to ES5
Just a reasonable typeof
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).
A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.
A blazing fast memoization library that is tiny but feature-rich.
Generate a random integer
An easy-to-use wildcard globbing library.
A zero dependency object merger with typescript support and built in common merge utilities.
Pipe an Array through Node.js streams
js-obj-array-helpers
Allow parsing of object rest/spread
Object value and prop change detection module * **Object, Array, Web Global value watcher**
Test if a value is an array-like object.
Sort an object's keys, including an optional key list
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.