Skip to content

Instantly share code, notes, and snippets.

@hectorlorenzo
Created July 17, 2016 07:02
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 hectorlorenzo/ea3124c23c7cc2d06d4bdc7fa5992b85 to your computer and use it in GitHub Desktop.
Save hectorlorenzo/ea3124c23c7cc2d06d4bdc7fa5992b85 to your computer and use it in GitHub Desktop.
Simple constants wrapper for Dashboard project
export default function (namespace) {
return {
update: namespace + '.UPDATE',
ready: namespace + '.READY'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment