Showing 1-20 of 128,212 packages
Return a new array with a inserted item at index.
Format for representing rich text documents and changes.
Find the index to insert an element in array keeping the sort order.
Display differences clearly so people can review changes confidently.
GeoJSON implementation of RBush
ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
Push items to an array at their correct sort-position
Array manipulation, ordering, searching, summarizing, etc.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
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.
A data structure that combines a hash and an array for fast dictionary lookup and traversal by complex keys.
Is this value a JS SharedArrayBuffer?
Robustly get the byte offset of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Is this value a JS ArrayBuffer?
Get the ArrayBuffer out of a TypedArray, robustly.
Robustly get the byte length of a Typed Array
Robustly get the length of a Typed Array
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.