withoutByProp
Returns a new array with all the entries have the given value at the given prop location removed.
Parameters
Parameter | Type | Default | Notes |
---|---|---|---|
prop Required | string |
the property |
|
val Required | any |
the value |
|
arr Required | any[] |
the array |
Returns
any[]
Function defined in common/src/utils/without-by-prop.ts:9