ran npm run tdd
This commit is contained in:
@ -1 +1,2 @@
|
||||
module.exports = pipeFunctions = (...fns) => fns.reduce((f, g) => (...args) => g(f(...args)));
|
||||
const pipeFunctions = (...fns) => fns.reduce((f, g) => (...args) => g(f(...args)));
|
||||
module.exports = pipeFunctions
|
||||
Reference in New Issue
Block a user