just-remove
TypeScript icon, indicating that this package has built-in type declarations

3.2.0 • Public • Published

just-remove

Part of a library of zero-dependency npm modules that do just do one thing. Guilt-free utilities for every occasion.

🍦 Try it

npm install just-remove
yarn add just-remove

Removes one array from another

import remove from 'just-remove';

remove([1, 2, 3, 4, 5, 6], [1, 3, 6]); // [2, 4, 5]

Package Sidebar

Install

npm i just-remove

Weekly Downloads

1,745

Version

3.2.0

License

MIT

Unpacked Size

4.37 kB

Total Files

9

Last publish

Collaborators

  • angus-c