Updated 6 months ago

@stdlib/utils-omit-by • Rank 2.7 • Science 44%

Return a partial object copy excluding properties for which a predicate (function) returns a truthy value.

Updated 6 months ago

@stdlib/utils-pick-by • Rank 2.2 • Science 44%

Return a partial object copy containing properties for which a predicate (function) returns a truthy value.

Updated 6 months ago

array-base-without • Science 44%

Return a new array containing every element from an input array, except for the element at a specified index.