UNPKG

env-sentinel

Version:

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

6 lines (5 loc) 134 B
export declare const log: { error: (msg: string) => void; warn: (msg: string) => void; success: (msg: string) => void; };