UNPKG

@promptbook/langtail

Version:

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

12 lines (11 loc) 483 B
import type { PipelineBothCommandParser } from '../_common/types/CommandParser'; import type { BoilerplateCommand } from './BoilerplateCommand'; /** * Parses the boilerplate command * * Note: @@@ This command is used as boilerplate for new commands - it should NOT be used in any `.book.md` file * * @see `documentationUrl` for more details * @private within the commands folder */ export declare const boilerplateCommandParser: PipelineBothCommandParser<BoilerplateCommand>;