UNPKG

env-sentinel

Version:

Zero-dependency tool that auto-validates .env files against schema.env, with optional fallback and secure warnings.

2 lines (1 loc) 107 B
export declare function validateEnv(env: Record<string, string>, schema: Record<string, string>): boolean;