@stdlib/utils-object-inverse-by
Invert an object, such that keys become values and values become keys, according to a transform function.
Invert an object, such that keys become values and values become keys, according to a transform function.
Return a partial object copy excluding specified keys.
Create a function that invokes a provided function with reordered arguments.
Create a function that invokes a provided function with arguments in reverse order.
Remove and return the first element of a collection.
Return a partial object copy containing only specified keys.
Create a function that invokes a provided function with specified arguments.
Return a partial object copy containing properties for which a predicate (function) returns a truthy value.
Extract a property value from each element of an object array.
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.
Tests whether every own property of an object fails a test implemented by a predicate function.
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.
Transform a curried function into a function invoked with multiple arguments.