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) 94 B
export declare function parseSchemaContent(rawSchemaContent: string): Record<string, string>;