0.1.0 • Published 3 years ago
smart-check-env v0.1.0
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"}
])