@stdlib/utils-inmap
Invoke a function for each element in a collection and update the collection in-place.
Invoke a function for each element in a collection and update the collection in-place.
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
Open a URL.
Open a URL.
Return a partial object copy excluding properties for which a predicate (function) returns a truthy value.
Add one or more elements to the end of a collection.
Return the maximum finite value capable of being represented by a numeric real type.
Return the maximum finite value capable of being represented by a numeric real type.
Return the smallest positive normal value capable of being represented by a numeric real type.
Return the smallest positive normal value capable of being represented by a numeric real type.
Apply a function against an accumulator and each element in an array and return the accumulated result.
Apply a function against an accumulator and each element in an array while iterating from right to left and return the accumulated result.
Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.
Create a regular expression from a regular expression string.
Create a function that invokes a provided function according to a predicate function.
The Stacks array utilities.
The Stacks array utilities.
Return the array data type with the smallest size and closest kind to which array data types can be safely cast.
Replace specified elements of an array with provided values.
Revive a JSON-serialized typed array.