array-like
There are 71 repositories under array-like topic.
utils-any-by
Test whether at least one element in a collection passes a test implemented by a predicate function.
utils-async-every-by
Test whether all elements in a collection pass a test implemented by a predicate function.
utils-async-for-each-right
Invoke a function once for each element in a collection, iterating from right to left.
utils-async-inmap-right
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
utils-async-inmap
Invoke a function for each element in a collection and update the collection in-place.
utils-async-none-by
Test whether all elements in a collection fail a test implemented by a predicate function.
utils-async-some-by
Test whether a collection contains `n` elements which pass a test implemented by a predicate function.
utils-do-until-each
Until a test condition is true, invoke a function for each element in a collection.
utils-do-while-each
While a test condition is true, invoke a function for each element in a collection.
utils-every-by-right
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
utils-every-by
Test whether all elements in a collection pass a test implemented by a predicate function.
utils-for-each-right
Invoke a function for each element in a collection, iterating from right to left.
utils-for-each
Invoke a function for each element in a collection.
utils-inmap
Invoke a function for each element in a collection and update the collection in-place.
utils-key-by-right
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values, iterating from right to left.
utils-key-by
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.
utils-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
utils-none-by
Test whether all elements in a collection fail a test implemented by a predicate function.
utils-some-by-right
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
utils-some-by
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.
utils-some
Test whether a collection contains at least `n` elements which are truthy.
utils-until-each-right
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
utils-until-each
Until a test condition is true, invoke a function for each element in a collection.
utils-while-each-right
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
utils-while-each
While a test condition is true, invoke a function for each element in a collection.
assert-is-arguments
Test if a value is an arguments object.
make-iterable
How to make object as array? This TypeScript library makes objects as Array like and iterable. Open lopatnov/make-iterable project and see for yourself.
isArrayLike
Check if an object is array-like
a-iterable
An Iterable implementation with ES6 Array-like API
DotObjectArray
Implements array-like methods for Object with support for dotted notation keys
each-arg
Iterates through arguments or any other array-like object starting from specific index.
args-to-arr
Converts arguments or any other array-like object into an array starting from specific index.
next-is-array-like
Array like for next.
array-like-slice-x
Cross-browser array-like slicer.
doubt
Checks entity if array, arguments, iterable or array-like.