Packages
Comaintainers
169 packages
array-all-x
Like Array.forEach but does not skip holes.
array-any-x
Like Array.some but does not skip holes.
array-difference-x
Creates an array of array values not included in the other given arrays.
array-every-x
Tests that all elements in the array pass the provided function.
array-filter-x
Creates an array with all elements that pass the test by the provided function.
array-for-each-x
Executes a provided function once for each array element.
array-includes-x
Determines whether an array includes a certain element.
array-intersection-x
Creates an array of unique values that are included in all given arrays.
array-like-slice-x
Cross-browser array-like slicer.
array-map-x
Creates an array with the results of calling a function on every element.