create a new array filled with a value, or zero
Safely push each item of an array to a stream
Uniqueness functions
Replaces `arr.includes(val)' with `arr.indexOf(val) >= 0`.
reduce-without
micromark utility to decode numeric character references
Chunk converts arrays like `[1,2,3,4,5]` into arrays of arrays like `[[1,2], [3,4], [5]]`.
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
Array diffing
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
make a shallow copy of an object or array
Get a chunk of an array based on the total number of chunks and current index
A polymorphic iterate operator for arrays and other iterables
Convert data to Uint8Array
Compare your item to items in an array and get the closest one.
A proxy that turns a numeric array in a continuous array
Asynchronous iterator function for parallel processing.
Deterministic stringification for when performance matters
Determine if an array or object is equivalent with another, *not* recursively
Calculate percentages from a list of values.
Simplified streams of objects
A map function that can map over almost anything.
Array manipulation, ordering, searching, summarizing, etc.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.