UNPKG

env-sentinel

Version:

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

8 lines (7 loc) 240 B
export declare function run(): void; export * from './handlers/index.js'; export * from './parsers/index.js'; export * from './validate/index.js'; export * from './lint/index.js'; export * from './constants.js'; export * from './types.js';