Add semicolon for tdd exports
This commit is contained in:
@ -4,4 +4,4 @@ const val = fn(n);
|
||||
const index = arr.findIndex(el => (isDescending ? val >= fn(el) : val <= fn(el)));
|
||||
return index === -1 ? arr.length : index;
|
||||
};
|
||||
module.exports = sortedIndexBy
|
||||
module.exports = sortedIndexBy;
|
||||
Reference in New Issue
Block a user