UNPKG

omniscript-parser

Version:

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

3 lines 146 B
import { TableBlock } from '../types'; export declare function serializeTableBlock(block: TableBlock): string; //# sourceMappingURL=table.d.ts.map