UNPKG

socket.io-ts-controllers

Version:
4 lines (3 loc) 96 B
export interface MiddlewareInterface { use(socket: any, next: ((err?: any) => any)): any; }