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.
array-reduce-right-x
Reduce an array (from right to left) to a single value.
array-reduce-x
Reduce an array (from left to right) to a single value.
array-slice-x
Cross-browser array slicer.
array-some-x
Tests whether some element passes the provided function.
array-union-x
Creates an array of unique values, in order, from all given arrays.
array-uniq-x
Creates a duplicate-free version of an array, using SameValueZero for equality comparisons.
assert-is-callable-x
If IsCallable(callbackfn) is false, throw a TypeError exception.
assert-is-function-x
If isFunction(callbackfn) is false, throw a TypeError exception.
assert-is-object-x
If IsObject(value) is false, throw a TypeError exception.
assert-x
A Javascript assertion library.
astrodate
Javascript Date object with Astronomy in mind.
attempt-x
Invokes function, returning an object of the results.
big-counter-x
A big counter.
bind-x
Creates a new function with a bound sequence of arguments.
caboodle-x
A collection of modern utils.