0.1.2 • Published 10 months ago

smart-check-env v0.1.2

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

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago