arrayRemoveItem
Removes provided element from an array.
Parameters
Examples
arrayRemoveItem(['The', 'quick', 'brown'], 'The');
// => ['quick', 'brown']
Returns array of strings without the removed element.
Meta
- version: 4.0.8
- Source: array-remove-item.ts