UNPKG

@gent-js/gent

Version:

template-based data generator.

4 lines (3 loc) 264 B
import type { TemplateFragment } from "../template/index.js"; import type { CommandParsedTemplateFragment } from "./types.js"; export declare function parseAndEmbedCommandExpression(templateFragments: readonly TemplateFragment[]): CommandParsedTemplateFragment[];