UNPKG

env-sentinel

Version:

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

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