|
Last change
on this file since ba17441 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago |
|
Added visualizations
|
-
Property mode
set to
100644
|
|
File size:
301 bytes
|
| Line | |
|---|
| 1 | import { remove as remove$1 } from '../../array/remove.mjs';
|
|---|
| 2 | import { identity } from '../../function/identity.mjs';
|
|---|
| 3 | import { iteratee } from '../util/iteratee.mjs';
|
|---|
| 4 |
|
|---|
| 5 | function remove(arr, shouldRemoveElement = identity) {
|
|---|
| 6 | return remove$1(arr, iteratee(shouldRemoveElement));
|
|---|
| 7 | }
|
|---|
| 8 |
|
|---|
| 9 | export { remove };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.