mustenv
v1.0.0
Published
Returns the value of the environment variable if present, or exits the process otherwise
Readme
mustenv
Returns the value of the environment variable if present, or exits the process otherwise
Install
npm install mustenvUsage
const mustEnv = require('mustenv');
const VAR1 = mustEnv('VAR1');
const VAR2 = mustEnv('VAR2');