1.1.1 • Published 4 years ago

figcon v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Extrememly simple env config validation which throws an error on missing value.

See index.js

Load the module

Load the module: `const config = require('figcon')

Useage

let someEnvironVar = config('NODE_ENVIRONMENT');

It will either throw an error or load the environment variable if it set.

1.1.1

4 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

7 years ago