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.

8 lines 286 B
import { EnvGuardOptions } from "./index.js"; /** * Validate environment variables against a schema and .env.example file. * * @param options - The options for validation. */ export declare function validateEnv(options: EnvGuardOptions): void; //# sourceMappingURL=envGuard.d.ts.map