UNPKG

@promptbook/langtail

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

11 lines (10 loc) 235 B
/** * Parsed BOILERPLATE command * * @see ./boilerplateCommandParser.ts for more details * @private within the commands folder */ export type BoilerplateCommand = { readonly type: 'BOILERPLATE'; readonly value: string; };