UNPKG

omniscript-parser

Version:

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

3 lines 142 B
import { MetaBlock } from '../types'; export declare function serializeMetaBlock(block: MetaBlock): string; //# sourceMappingURL=meta.d.ts.map