@stdlib/utils-unshift
Add one or more elements to the beginning of a collection.
Add one or more elements to the beginning of a collection.
Invoke a function until a test condition is true.
Until a test condition is true, invoke a function for each element in a collection.
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
While a test condition is true, invoke a function for each element in a collection.
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Return an array of an object's own writable property names and symbols.
Return an array of an object's own and inherited writable property names and symbols.
Return an array of an object's own writable property names.
Return an array of an object's own and inherited writable property names.
Unzip a zipped array (i.e., a nested array of tuples).
Convert each object key to uppercase.
Return an array of an object's own enumerable property values.
Return an array of an object's own and inherited enumerable property values.
Invoke a function while a test condition is true.
If a function does not throw, return the function return value; otherwise, return the return value of a second function.
Determine a value's type.
Convert the first letter of each object key to lowercase.
Transform a curried function into a function invoked with multiple arguments.
Return an array of an object's own writable symbol properties.