npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

env-global

1.0.0

@vesln

npmSnykSocket
Downloads:0
$ npm install env-global
DailyWeeklyMonthlyYearly

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 test

Usage

require('env-global')()

Installation

$ npm install env-global

License

MIT