Translation between JavaScript values and Buffers
Pure-JS ADLER-32
Fast JavaScript array sorting by implementing Python's Timsort algorithm
TypeScript source-text rendering utilities: JSON-to-TS literal printer and abstract expression base class
A PNG decoder in JavaScript
TypeScript definitions for buffer-from
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Distills a series of editing steps into deleted and added ranges
Robustly get the byte offset of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Create Uint8Array buffers from hexadecimal strings, and vice versa.
Robustly get the byte length of a Typed Array
No description provided.
A family of specs for interoperable TypeScript
Robustly get the length of a Typed Array
High-performance JSON Pointer implementation
Detect whether or not an object is an ArrayBuffer.
TypeScript definitions for cross-spawn
General purpose glob-based configuration matching.
Safer Node.js Buffer API
ICO encoder and decoder library
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.
A minimal base64 implementation for number arrays.