Skip to content

Instantly share code, notes, and snippets.

@courtneymyers
Created February 1, 2018 23:21
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 courtneymyers/f7ed8ef2021cc207d117df7705ade583 to your computer and use it in GitHub Desktop.
Save courtneymyers/f7ed8ef2021cc207d117df7705ade583 to your computer and use it in GitHub Desktop.
const partial = (f, ...args) => (...rest) => f(...args, ...rest)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment