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) 205 B
export declare function run(): void; export * from './handlers/index.js'; export * from './parsers/index.js'; export * from './validate-env.js'; export * from './constants.js'; export * from './types.js';