UNPKG

omniscript-parser

Version:

OmniScript Format (OSF) parser and serializer - A universal document DSL for LLMs, Agentic AI, and Git-native workflows

4 lines 205 B
import { TextRun, OSFValue } from '../types'; export declare function serializeTextRun(run: TextRun): string; export declare function serializeValue(v: OSFValue): string; //# sourceMappingURL=text.d.ts.map