109 packages found
Returns an array of Typed Array names that are available in the current environment
- typed
- arrays
- Float32Array
- Float64Array
- Int8Array
- Int16Array
- Int32Array
- Uint8Array
- Uint8ClampedArray
- Uint16Array
- Uint32Array
- BigInt64Array
- BigUint64Array
Get a matching, missing and excess items of an array based on target array
Paginate the array
Merge arrays of objects where object are the same based on your own defined key
Merge objects with arrays of objects based on given object key
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
non-recursive method of flattening an array or arrays and unflattening the result
- flatten
- unflatten
- flat
- unflat
- deflat
- flattendeep
- flatdeep
- non-recursive
- array-flattening
- array
- arrays
- flatten-array
Test if a value is an array of arrays.
- stdlib
- stdassert
- assertion
- assert
- utilities
- utility
- utils
- util
- array
- is
- isarray
- arrays
- array-of-arrays
- type
- View more
wait for all async invocations of functions on all array items
A library to do deep clones of JavaScript objects and arrays
Sort, select, filter, evaluate and perform maths on your arrays of data
Calculates the correlation coefficient of two arrays. Simple, with no dependencies
Takes a string, such as "1,2,3-10,5-8" and turns it into an array of numbers
A collection of convenience functions for JavaScript & TypeScript
This project was created and published by me as part of my learnings at Lighthouse Labs.
Merge two array of objects
Map `visit` over an array of objects.
confer.js is a small library that finds the closes match of a list in a given collection list
compute difference of two lists similar to [Elixir's `--` operator](https://elixir-recipes.github.io/lists/list-difference/)
index-of function part of http://amp.ampersandjs.com.