UNPKG

env-sentinel

Version:

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

3 lines (2 loc) 163 B
export declare function isEmptyOrCommentLine(lineContent: string): boolean; export declare function parseDisabledRules(lines: string[]): Map<number, Set<string>>;