Detect whether or not an object is a Typed Array
A simple list of possible Typed Array names.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Is this value a JS ArrayBuffer?
No description provided.
Deprecated. Utilities for ES3, most of which have been adopted or superseded in ES5.1. Adapted from Douglas Crockford's Remedial JavaScript
Uint8ClampedArray.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Is this value a JS SharedArrayBuffer?
Robustly get the length of a Typed Array
Robustly get the byte length of a Typed Array
This package provides utilities for encoding and formatting URL query parameters.
Tiny JavaScript tokenizer.
Robustly get the byte offset of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Get the ArrayBuffer out of a TypedArray, robustly.
A tiny and fast selection algorithm in JavaScript.
A deep deletion module for node (like `rm -rf`)
General purpose glob-based configuration matching.
ES2015 `Array#findIndex()` ponyfill
Match human-quality input to potential matches by edit distance.
Effortless animation between DOM changes (eg. list reordering) using the FLIP technique.
Takes a ring and return true or false whether or not the ring is clockwise or counter-clockwise.