UNPKG

@promptbook/utils

Version:

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

11 lines (10 loc) 393 B
import type { PipelineInterface } from './PipelineInterface'; /** * @@@ * * @deprecated https://github.com/webgptorg/promptbook/pull/186 * @see https://github.com/webgptorg/promptbook/discussions/171 * * @public exported from `@promptbook/core` */ export declare function isPipelineInterfacesEqual(pipelineInterface1: PipelineInterface, pipelineInterface2: PipelineInterface): boolean;