Skip to content

Instantly share code, notes, and snippets.

@rajatk16
Created July 17, 2018 12:10
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 rajatk16/8ef9ad69754d1e0fc7522be6cc556493 to your computer and use it in GitHub Desktop.
Save rajatk16/8ef9ad69754d1e0fc7522be6cc556493 to your computer and use it in GitHub Desktop.
(function (root) {
const compose = (f, g) => x => f (g (x));
root.helpers = {
compose,
};
}) (window);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment