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) 201 B
import { Issue, Result } from '../types.js'; export declare function formatIssues(issues: Issue[], filePath: string): void; export declare function printResult(result: Result, filePath: string): void;