UNPKG

@loopback/socketio

Version:

LoopBack's WebSocket server based on socket.io

8 lines (7 loc) 369 B
import { Context, ControllerClass, Provider } from '@loopback/core'; import { SocketIoInvokeMethod } from '../types'; export declare class SocketIoInvokeMethodProvider implements Provider<SocketIoInvokeMethod> { constructor(); value(): SocketIoInvokeMethod; action(context: Context, controller: ControllerClass, methodName: string, args: unknown[]): any; }