Add semicolon for tdd exports
This commit is contained in:
@ -2,4 +2,4 @@ const mapObject = (arr, fn) =>
|
||||
(a => (
|
||||
(a = [arr, arr.map(fn)]), a[0].reduce((acc, val, ind) => ((acc[val] = a[1][ind]), acc), {})
|
||||
))();
|
||||
module.exports = mapObject
|
||||
module.exports = mapObject;
|
||||
Reference in New Issue
Block a user