A non destructive and simple function that divide an array into multiples subarrays
A utility function that splits an array into subarrays (chunks) of a specified maximum length. [444B](https://www.npmjs.com/package/just-chunk-array?activeTab=code) total js-code size.
Simple package that allows you to slice an array into subarrays
Multi-Dimensional Functions. Create, Query, and Transform Multi-Dimensional Data.
Array manipulation, ordering, searching, summarizing, etc.
Parse postgres array columns
A JavaScript text diff implementation.
Parse and stringify JSON with comments. It will retain comments even after saved!
Guarantees an array back
Lazy-evaluating list of files, based on globs or regex patterns
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Turn anything into an array
Parses set-cookie headers into objects
Rescale an array into a range
Push an array of items into an array, while being robust against prototype modification
No description provided.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Concatenate a readable stream's data into a single array
A simple list of possible Typed Array names.
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
Robustly get the byte offset of a Typed Array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.