UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 187 B
import type { IncomingMessage } from "node:http"; export declare function isAuthorizedBrowserRequest(req: IncomingMessage, auth: { token?: string; password?: string; }): boolean;