Skip to content

Instantly share code, notes, and snippets.

@malectro
Last active May 18, 2017 18:32
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 malectro/a7b4cd2f3d34d10a7b509af1597aa679 to your computer and use it in GitHub Desktop.
Save malectro/a7b4cd2f3d34d10a7b509af1597aa679 to your computer and use it in GitHub Desktop.
export const key = keyFunc => (
wrappedFunc => {
wrappedFunc.KEY = keyFunc;
return wrappedFunc;
};
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment