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) 77 B
export declare function inferType(value: string): 'boolean' | 'number' | '';