traverse and transform objects by visiting every node on a recursive walk
Easily set default fields in objects.
Better file system API
Stringify any JavaScript value
A simple list of possible Typed Array names.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Return an object as an 'x-www-form-urlencoded' string
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Like JSONStream, but using Minipass streams
Is this value a JS ArrayBuffer?
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Robustly get the length of a Typed Array
Robustly get the byte offset of a Typed Array
Is this value a JS SharedArrayBuffer?
get, set, delete deep objects in javascript. Get the last object reference
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
JavaScript utilities for nested objects
Robustly get the byte length of a Typed Array
Get the ArrayBuffer out of a TypedArray, robustly.
return whitelisted properties of an object
a CSS selector parser
XML parsing utilities
A little lib for turning hdr-histogram-js to objects
Same as JSON but with added support for `Date`, `undefined`, `Map`, `Set`, and more.