@stdlib/utils-uppercase-keys
Convert each object key to uppercase.
Convert each object key to uppercase.
Convert the first letter of each object key to lowercase.
Return a partial object copy excluding properties for which a predicate (function) returns a truthy value.
Return a shallow copy of a portion of an array.
Take elements from an array.
Convert an array to an array of a different data type.
Convert an array to the same data type as a second input array.
Apply a mask to a provided input array.
Apply a mask to a provided input array.
Copy the elements of an array-like object to a new generic array.
Copy the elements of an indexed array-like object to a new generic array.
Return a shallow copy of a portion of an array.
Assign element values from a broadcasted input array to corresponding elements in an output array.
Return a shallow copy of an array containing only those elements which fail a test implemented by a predicate function.
Return a shallow copy of a portion of an array.
Take elements from an array.
Take elements from an indexed array.
Take elements from an array and return a new array after applying a mapping function.
Take elements from a two-dimensional nested array.
Apply a mask to a provided input array.