Add semicolon for tdd exports
This commit is contained in:
@ -8,4 +8,4 @@ return Array.from({ length: arrays.length }, (_, k) => arrays[k][i]);
|
||||
});
|
||||
return fn ? result.map(arr => fn(...arr)) : result;
|
||||
};
|
||||
module.exports = zipWith
|
||||
module.exports = zipWith;
|
||||
Reference in New Issue
Block a user