Skip to content

Instantly share code, notes, and snippets.

@charliewilco
Created August 27, 2018 05:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charliewilco/8a5512a266cca82d9bf322f394f3fbf1 to your computer and use it in GitHub Desktop.
Save charliewilco/8a5512a266cca82d9bf322f394f3fbf1 to your computer and use it in GitHub Desktop.
const compose = (...fns) => fns.reduce((f, g) => (...args) => f(g(...args)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment