UNPKG

@gent-js/gent

Version:

template-based data generator.

4 lines (3 loc) 238 B
import type { StructuredCommandExpression } from "../command/index.js"; import type { StringTemplateFragment } from "../template/index.js"; export type CommandParsedTemplateFragment = StringTemplateFragment | StructuredCommandExpression;