@promptbook/remote-server
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
15 lines (14 loc) • 566 B
TypeScript
import type { PipelineTaskCommandParser } from '../_common/types/CommandParser';
import type { ForeachCommand } from './ForeachCommand';
/**
* Parses the foreach command
*
* Note: @@@ This command is used as foreach for new commands - it should NOT be used in any `.book` file
*
* @see `documentationUrl` for more details
* @public exported from `@promptbook/editable`
*/
export declare const foreachCommandParser: PipelineTaskCommandParser<ForeachCommand>;
/**
* TODO: [🍭] Make .book.md file with examples of the FOREACH with wrong parsing and logic
*/