Skip to content

Instantly share code, notes, and snippets.

@ecancino
Created November 24, 2017 19:13
Show Gist options
  • Select an option

  • Save ecancino/03a13c67f509bf80b38d207769140f65 to your computer and use it in GitHub Desktop.

Select an option

Save ecancino/03a13c67f509bf80b38d207769140f65 to your computer and use it in GitHub Desktop.
Compose
export const compose = (...fs) => fs.reduce((a, f) => (...as) => f(a(...as)), x => x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment