UNPKG

@promptbook/remote-client

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 { PipelineHeadCommandParser } from '../_common/types/CommandParser'; import type { FormfactorCommand } from './FormfactorCommand'; /** * Parses the formfactor command * * Note: @@@ This command is used as formfactor 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 formfactorCommandParser: PipelineHeadCommandParser<FormfactorCommand>;