ran npm run tdd
This commit is contained in:
@ -1 +1,2 @@
|
||||
module.exports = without = (arr, ...args) => arr.filter(v => !args.includes(v));
|
||||
const without = (arr, ...args) => arr.filter(v => !args.includes(v));
|
||||
module.exports = without
|
||||
Reference in New Issue
Block a user