assert-env
Assert that specific environment variables exist.
$ npm install assert-env
API
When one or more keys are missing, a ReferenceError is thrown.
require('assert-env')([
'HTTP_LISTEN_PORT',
'HTTP_LISTEN_HOST'
]);
Assert that specific environment variables exist.
$ npm install assert-env
When one or more keys are missing, a ReferenceError is thrown.
require('assert-env')([
'HTTP_LISTEN_PORT',
'HTTP_LISTEN_HOST'
]);
npm i assert-env
366
0.6.0
MIT