UNPKG

@hoangsonw/env-guard

Version:

Protect your .env files from missing or insecure configurations by validating environment variables against a schema and enforcing .env.example.

5 lines (4 loc) 76 B
/** * Exporting functions */ export { validateEnv } from "./envGuard.js";