UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 244 B
import type { Express } from "express"; export declare function installBrowserCommonMiddleware(app: Express): void; export declare function installBrowserAuthMiddleware(app: Express, auth: { token?: string; password?: string; }): void;