UNPKG

@promptbook/langtail

Version:

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

13 lines (12 loc) 430 B
import type { PipelineHeadCommandParser } from '../_common/types/CommandParser'; import type { ActionCommand } from './ActionCommand'; /** * Parses the action command * * @see `documentationUrl` for more details * @private within the commands folder */ export declare const actionCommandParser: PipelineHeadCommandParser<ActionCommand>; /** * Note: [⛱] There are two types of ACTION commands *...(read more in [⛱])* */