UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 172 B
import type { OpenClawConfig } from "./types.js"; export declare function migrateLegacyConfig(raw: unknown): { config: OpenClawConfig | null; changes: string[]; };