env-global
v1.0.0
Published
Exposes __DEV__, __PROD__, and __TEST__ global variables based on process.NODE_ENV
Readme
Synopsis
A simple node module that exposes the following global variables based on the current node env:
__DEV__ // if the env is development
__PROD__ // if the env is production
__TEST__ // if the env is testUsage
require('env-global')()Installation
$ npm install env-globalLicense
MIT
