@stdlib/utils-until-each
Until a test condition is true, invoke a function for each element in a collection.
Found 443 results for stdutils
Until a test condition is true, invoke a function for each element in a collection.
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.
Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.