@stdlib/utils-do-until-each-right
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Invoke a function while a test condition is true.
While a test condition is true, invoke a function for each element in a collection.
Standard base utilities for working with data formatted as delimiter-separated values (DSV).
Incremental parser for delimiter-separated values (DSV).
Return an array of an object's own enumerable property key-value pairs.
Return an array of an object's own and inherited enumerable property key-value pairs.
Return an array of an object's own enumerable property names and symbols.
Return an array of an object's own enumerable symbol properties.
Return an array of an object's own and inherited enumerable symbol properties.
Escape a regular expression string or pattern.
Alias for eval global.
Alias for eval global.
Test whether all elements in a collection are truthy.
Test whether all elements in a collection pass a test implemented by a predicate function.
Define a memoized read-only object property.
Define a non-enumerable property.
Define a non-enumerable read-only accessor.
Define a non-enumerable read-only property.
Define a non-enumerable read-write accessor.