@stdlib/utils-none-by-right
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
Test whether all elements in a collection are truthy.
Test whether all elements in a collection pass a test implemented by a predicate function.
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
Test if an array-like value contains a search value.
Fill an array-like object view with values returned from an iterator.
Fill an array-like object view from right to left with values returned from an iterator.
Create a minimal array-like object supporting the accessor protocol from another array-like object.
Convert an array-like object to a minimal array-like object supporting the accessor protocol.
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 if a value is an array-like object containing only functions.
Test if a value is an array-like object containing only falsy values.
Test if a value is an array-like object of numbers.
A lightweight package that transforms any key-value database into an indexed, log-structured database.