0.1.0 • Published 3 years ago

smart-check-env v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Example

const check = require('smart-check-env');

check([
    {name: "API_URL", default: "http://localhost:4000", description: "Url of the public api"},
    {name: "DEBUG_MODE", default: "false", description: "Debug mode switch"}
])
0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago