UNPKG

extensor

Version:

Extra funcionalities to socket.io

4 lines (3 loc) 221 B
import { Server, Namespace } from "socket.io"; import { AuthHandler, AuthOptions } from "../types"; export default function ServerAuthWrapper(io: Server | Namespace, handler: AuthHandler, options?: AuthOptions): void;