UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 213 B
import type { NodeListNode, PairingList } from "./node-list-types.js"; export declare function parsePairingList(value: unknown): PairingList; export declare function parseNodeList(value: unknown): NodeListNode[];