UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 141 B
type ParsedVcard = { name?: string; phones: string[]; }; export declare function parseVcard(vcard?: string): ParsedVcard; export {};