UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 188 B
type MergePatchOptions = { mergeObjectArraysById?: boolean; }; export declare function applyMergePatch(base: unknown, patch: unknown, options?: MergePatchOptions): unknown; export {};