@stdlib/utils-async-count-by
Group values according to an indicator function and return group counts.
Group values according to an indicator function and return group counts.
Invoke a function until a test condition is true.
Invoke a function while a test condition is true.
Test whether all elements in a collection pass a test implemented by a predicate function.
Function sequence.
Linked list.
Convert each object key to lowercase.
Apply a function to each element in an array and assign the result to an element in an output array.
Create a function that applies arguments to a provided function after transforming arguments according to a callback function.
Invoke a function n times and return an array of accumulated function return values.
Map keys from one object to a new object having the same values.
Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.
Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.
Map values from one object to a new object having the same keys.
Apply a function to elements in two input arrays and assign the results to an output array.
Apply a function to elements in two input arrays while iterating from right to left and assign the results to an output array.
Apply a function to each nested element in an array of arrays and assign the result to a nested element in a new array of arrays.
Apply a function to each nested element in a three-dimensional nested array and assign the result to a nested element in a new three-dimensional nested array.
Apply a function to each nested element in a four-dimensional nested array and assign the result to a nested element in a new four-dimensional nested array.