@stdlib/utils-async-every-by-right
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
Invoke a function once for each element in a collection.
Invoke a function once for each element in a collection, iterating from right to left.
Function sequence.
Group values according to an indicator function.
If a predicate function returns a truthy value, return `x`; otherwise, return `y`.
If a predicate function returns a truthy value, invoke `x`; otherwise, invoke `y`.
Invoke a function for each element in a collection and update the collection in-place.
Determine the name of a value's constructor.
Convert between POSIX and Windows paths.
Convert between POSIX and Windows paths.
Copy or deep clone a value to an arbitrary depth.
Group values according to an indicator function and return group counts.
Transform a function into a sequence of functions each accepting a single argument.
Transform a function into a sequence of functions each accepting a single argument.
Decorate a provided function such that the function's return value is provided as an argument to another function.
Get a nested property value.
Extract a nested property value from each element of an object array.
Set a nested property value.
Define a configurable read-only accessor.