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.

9 lines 201 B
/** * Exporting functions */ export { validateEnv } from "./envGuard.js"; /** * Exporting types */ export type { EnvGuardOptions, EnvSchema } from "../index.js"; //# sourceMappingURL=index.d.ts.map