Add semicolon for tdd exports
This commit is contained in:
@ -2,4 +2,4 @@ const intersectionBy = (a, b, fn) => {
|
||||
const s = new Set(b.map(x => fn(x)));
|
||||
return a.filter(x => s.has(fn(x)));
|
||||
};
|
||||
module.exports = intersectionBy
|
||||
module.exports = intersectionBy;
|
||||
Reference in New Issue
Block a user