0.1.2 • Published 2 years ago

smart-check-env v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago