UNPKG

@promptbook/remote-server

Version:

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

11 lines (10 loc) 254 B
import type { PipelineString } from '../../../pipeline/PipelineString'; /** * @@@ * * @public exported from `@promptbook/editable` */ export declare function deflatePipeline(pipelineString: PipelineString): PipelineString; /** * TODO: Unit test */