UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 192 B
export declare const PAIRING_TOKEN_BYTES = 32; export declare function generatePairingToken(): string; export declare function verifyPairingToken(provided: string, expected: string): boolean;