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

Made by Antonio Ramirez

force-env

1.0.2

@stevemao

npmHomeRepoSnykSocket
Downloads:5
$ npm install force-env
DailyWeeklyMonthlyYearly

Ensure environment variable exists. If not, throw to fail early.

import forceEnv from 'force-env'

const nodeEnv = forceEnv('NODE_ENV')
// => 'development', 'production', 'test', or throw if not set