Add semicolon for tdd exports
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
const unionWith = (a, b, comp) =>
|
||||
Array.from(new Set([...a, ...b.filter(x => a.findIndex(y => comp(x, y)) === -1)]));
|
||||
module.exports = unionWith
|
||||
module.exports = unionWith;
|
||||
Reference in New Issue
Block a user