UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

11 lines (10 loc) 294 B
export type CanvasSnapshotPayload = { format: string; base64: string; }; export declare function parseCanvasSnapshotPayload(value: unknown): CanvasSnapshotPayload; export declare function canvasSnapshotTempPath(opts: { ext: string; tmpDir?: string; id?: string; }): string;