@stdlib/assert-is-array-like
Test if a value is array-like.
Test if a value is array-like.
Test if a value is an array-like object.
Test if a value is an array-like object where every element is between two values.
Test if a value is an arguments object.
Create a readable stream from a strided array-like object.
Create a readable stream from an array-like object.
Create a readable stream from a circular array-like object.
Test whether at least one element in a collection passes a test implemented by a predicate function.
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
Test whether at least one element in a collection passes a test implemented by a predicate function.
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
Test whether at least one element in a collection is truthy.
Add elements from one collection to the end of another collection.
Split values into two groups according to a predicate function.
Test if a value is an array-like object containing only falsy values.
Test if a value is an array-like object containing only symbols.
Test if a value is an array-like object containing only truthy values.
Test if a value is an array-like object of numbers.
Return a function which tests if every element in an array-like object passes a test condition.
Until a test condition is true, invoke a function for each element in a collection.