UNPKG

@gent-js/gent

Version:

template-based data generator.

3 lines (2 loc) 145 B
import type { StructuredCommandExpression } from "../type.js"; export declare function parseCommand(input: string): StructuredCommandExpression;