Get the minimum value in an array
TypeScript definitions for d3-polygon
Bridging the gap between buffers and typed arrays
Check if a value is any kind of array
No description provided.
ES2015 `Array#findIndex()` ponyfill
Rescale an array into a range
Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.
High-performance JSON Pointer implementation
Validates if a value is an array.
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
A fifo lock using redis and nestjs
Curated collection of data structures for the JavaScript/TypeScript.
Check if two arrays are equal
Utilities for debouncing, throttling, rate-limiting, queuing, and more.
Validates if a value is an integer array.
Return a function which tests if every element in an array passes a test condition.
Normalize array (possibly n-dimensional) to zero mean and unit variance
Put a bunch of emitted events in an array, for testing.
finds an item in an array matching a predicate function, and returns its index
Convert a typed array to a Buffer without a copy
`[].map(f)` for older browsers
Float64Array.
An efficient in-memory FIFO cache with a fixed TTL for Node.js projects, designed to automatically remove outdated records. Unlike widely used LRU caches, FIFO caches do not prioritize retaining popular keys for extended durations. This simplified approac