@stdlib/utils-pick-by
Return a partial object copy containing properties for which a predicate (function) returns a truthy value.
Return a partial object copy containing properties for which a predicate (function) returns a truthy value.
Remove and return the last element of a collection.
Add elements from one collection to the beginning of another collection.
Return an array of an object's own enumerable and non-enumerable property names and symbols.
Return an array of an object's own non-enumerable property names and symbols.
Return an array of an object's own and inherited non-enumerable property names and symbols.
Return an array of an object's own non-enumerable property names.
Return an array of an object's own and inherited non-enumerable property names.
Return an array of an object's own non-enumerable symbol properties.
Return an array of an object's own and inherited non-enumerable symbol properties.
Add one or more elements to the beginning of a collection.
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.
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.
Convert the first letter of each object key to lowercase.
Return an array of an object's own writable symbol properties.