@promptbook/gemini
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
12 lines (11 loc) • 371 B
TypeScript
import type { string_markdown_text } from '../../types/typeAliases';
import type { Command } from './types/Command';
/**
* Stringifies the command
*
* @returns stringified command
* @throws {UnexpectedError} if the command is invalid
*
* @private within the pipelineStringToJson
*/
export declare function stringifyCommand(command: Command): string_markdown_text;