Skip to content

nooschain v0.1.0


nooschain / config-editor/types / EnvDocumentLine

Type Alias: EnvDocumentLine

EnvDocumentLine = { kind: "blank" | "comment" | "other"; raw: string; } | { changed: boolean; key: string; kind: "entry"; raw: string; value: string; }

Defined in: config-editor/types.ts:44

A parsed line that retains its original representation until it is edited.

Audience-first NOOSChain documentation.