An optimised way to copy'ing an object. A small and simple integration
Turn anything into an array
Fastest array flatten.
Remove duplicate values from an array. Fastest ES5 implementation.
Detect whether or not an object is a Typed Array
Loop over each item in an array and call the given function on every element.
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
Convert a typed array to a Buffer without a copy
Base64 encoding/decoding in pure JS
ES2015 `Array#findIndex()` ponyfill
Concatenate a readable stream's data into a single array
Validates if a value is an array.
Like an array, but rounder.
A one-liner function that flattens arrays.
TypeScript definitions for flat
Flatten objects and replace nested props with 'prop.subprop'. A simple and small integration
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
Utility functions to deal with references in objects
Validates if a value is an integer array.
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.
TypeScript definitions for earcut
Javascript library for 2d geometry