UNPKG

@nickbusey/thelounge

Version:

The self-hosted Web IRC client

6 lines (5 loc) 286 B
import Client from "../client"; import ClientManager from "../clientManager"; export declare type AuthHandler = (manager: ClientManager, client: Client, user: string, password: string, callback: (success: boolean) => void) => void; declare const toExport: any; export default toExport;