ran npm run tester -> logged invertKeyValues test are invalid
This commit is contained in:
@ -2,4 +2,4 @@ const pickBy = (obj, fn) =>
|
||||
Object.keys(obj)
|
||||
.filter(k => fn(obj[k], k))
|
||||
.reduce((acc, key) => ((acc[key] = obj[key]), acc), {});
|
||||
module.exports = pickBy
|
||||
module.exports = pickBy
|
||||
Reference in New Issue
Block a user