source:
node_modules/es-toolkit/dist/array/without.mjs
| Last change on this file was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 146 bytes | |
| Line | |
|---|---|
| 1 | import { difference } from './difference.mjs'; |
| 2 | |
| 3 | function without(array, ...values) { |
| 4 | return difference(array, values); |
| 5 | } |
| 6 | |
| 7 | export { without }; |
Note:
See TracBrowser
for help on using the repository browser.
