@gent-js/gent
Version:
template-based data generator.
5 lines (4 loc) • 428 B
TypeScript
import type { CommandManager } from "../command/index.js";
import type { CommandParsedTemplateFragment } from "../commandTemplate/index.js";
import type { DocumentFragment, DocumentOptions } from "../document/index.js";
export declare function buildCommandDocumentFragments(parsedTemplateFragments: readonly CommandParsedTemplateFragment[], commandManager: CommandManager, documentOptions: DocumentOptions): DocumentFragment[];