Created
November 14, 2018 10:40
-
-
Save hyzhak/2cd0d90b7480a76b6fd18a4244fec105 to your computer and use it in GitHub Desktop.
get current app redux namespace
This file contains 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
import packageJSON from '../../package' | |
/** | |
* get current app namespace | |
*/ | |
module.exports = function getReduxNamespace () { | |
return packageJSON.name | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usage