Array utils
BCS - Canonical Binary Serialization implementation for JavaScript
ESLint rules for controlling where and how mutation is used.
Declaratively encode and decode binary data
Array of "block level elements" defined by the HTML specification
Work with IANA language tags.
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
A fast implementation of a fisher-yates shuffle that does not mutate the source array.
A data structure that combines a hash and an array for fast dictionary lookup and traversal by complex keys.
**Silent Shard** uses Multiparty computation (MPC) and enables a set of parties that do not trust each other to jointly compute a secret signing key without being constructed in one place and an ECDSA signature over their secret key shards while not shari
A simple list of CSS shorthand properties and which longhand properties they expand to
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
Runtime to be use with the Flow Enums transform.
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Concatenate a readable stream's data into a single array
list of SPDX standard license exceptions
Promisify a callback-based function
very fast object redaction
Fast and easy parser of statements in source code in any language ✂️
Transform GLOB patterns to JavaScript regular expressions for fast file path matching.
OMG IDL Schema message serializers and deserializer
TypeScript definitions for tiny-async-pool
Returns true if a value is a plain object, array or function.
Converts an array of items with ids and parent ids to a nested tree in a performant `O(n)` way. Runs in browsers and node.