@stdlib/utils-until
Invoke a function until a test condition is true.
Found 434 results for stdutil
Invoke a function until a test condition is true.
Wrap a function in a try/catch block.
Function sequence.
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.
Test whether all properties (own and inherited) of an object pass a test implemented by a predicate function.
Test whether at least one property in an object passes a test implemented by a predicate function.
Generate a thunk.
Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.
Return an array of an object's inherited enumerable property names.
Return an array of an object's own enumerable symbol properties.
While a test condition is true, invoke a function for each element in a collection.
Return a property descriptor for an object's inherited property.
Return an array of an object's inherited enumerable and non-enumerable property names.
Return an array of an object's own enumerable property names which are not integer indices.