Parses JavaScript objects into XML. This is a fork of the original js2xmlparser, with some additional features
Robustly get the byte length of a Typed Array
Highlight DOM nodes within your stories
find all combinations from array
Better binary searching
Tiny queue data structure
A standalone version of the readability library used for Firefox Reader View.
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.
A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like [uuid](https://www.npmjs.com/package/uuid) that depend on it.
Is this value a JS ArrayBuffer?
Check if two arrays are equal
Is this value a JS SharedArrayBuffer?
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
DOM utilities module for WordPress.
ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
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.
Minimal async jobs utility library, with streams support
Parse postgres array columns
Concatenate a readable stream's data into a single array
Put a bunch of emitted events in an array, for testing.
A tiny and fast selection algorithm in JavaScript.
Create an array of unique values, in order, from the input arrays
JavaScript sprintf implementation