Skip to content

Instantly share code, notes, and snippets.

@joeyguerra
Created October 25, 2019 17:34
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 joeyguerra/7c5181b32dc5ce3e06194b90d85629fb to your computer and use it in GitHub Desktop.
Save joeyguerra/7c5181b32dc5ce3e06194b90d85629fb to your computer and use it in GitHub Desktop.
const pipe = (...fns) => x => fns.reduce((y, f) => f(y), x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment