Last active
May 18, 2017 18:32
-
-
Save malectro/a7b4cd2f3d34d10a7b509af1597aa679 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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