0.6.0 • Published 9 years ago

assert-env v0.6.0

Weekly downloads
151
License
MIT
Repository
github
Last release
9 years ago

assert-env

Build Status NPM version NPM downloads LICENSE

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'
]);

Complements

Alternatives

License

MIT