ran npm run tester -> logged invertKeyValues test are invalid
This commit is contained in:
2
test/composeRight/composeRight.js
Normal file
2
test/composeRight/composeRight.js
Normal file
@ -0,0 +1,2 @@
|
||||
const composeRight = (...fns) => fns.reduce((f, g) => (...args) => g(f(...args)));
|
||||
module.exports = composeRight
|
||||
Reference in New Issue
Block a user