UNPKG

env-sentinel

Version:

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

3 lines (2 loc) 170 B
import type { LintResult } from '../../types.js'; export declare function noInvalidReferenceSyntaxCheck(lineNumber: number, lineContent: string): LintResult | undefined;