UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

8 lines (7 loc) • 315 B
import { SerializedGraph } from './serialized-graph'; export declare class PartialGraphHost { private static partialGraph; static toJSON(): import("./interfaces/serialized-graph-json.interface").SerializedGraphJson; static toString(): string; static register(partialGraph: SerializedGraph): void; }