without

Function

Return a new array without the specified value.

  • without(arr: any[], value: any) : any[]

Parameters

Parameter Type Default Notes
arr Required any[]
value Required any

Returns

Array without the value

any[]

Function defined in common/src/util.ts:95