UNPKG

env-sentinel

Version:

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

4 lines (3 loc) 138 B
export { validate } from './validators/validate-env.js'; export * from './validator-registry.js'; export * from './parse-rule-string.js';