Turn anything into an array
Compare items in two sequences to find a longest common subsequence
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Stringify your JSON at max speed
`Array#forEach()` but it’s possible to define where to move to next
Loop over each item in an array and call the given function on every element.
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
Base code for generating barcode with the Barcode Bakery library. See @barcode-bakery/barcode-1d.
utilities for primitive JavaScript types
Array utils
Tiny library that transforms JavaScript 2-dimensional arrays to clipboard strings compatible with spreadsheets such as Microsoft Excel, Google Docs, LibreOffice and OpenOffice
Compare items in two sequences to find a longest common subsequence
Activity orchestration front-end.
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
Concatenate a readable stream's data into a single array
Parses set-cookie headers into objects
Rope-based persistent sequence type
very fast object redaction
Lightweight utility for input validation and data extraction in Turf.js. Ensures GeoJSON inputs are in the correct format and extracts specific components like coordinates or geometries.
Simple dependency graph.
nd-fast-walk-dir ======================= - fast recusive walk dir: about 360000 paths per/second, recursive walk the whole "/" cost 2.5 - 3.5 second (based on your CPU/DISK) - 5 times faster than fs.readdirSync - only work for linux - need g++-14 i
Get the maximum value in an array
Get the minimum value in an array
TypeScript definitions for d3-polygon