UNPKG

@eggjs/controller-decorator

Version:

tegg controller decorator

3 lines (2 loc) 184 B
import type { WebSocketMethodParams } from '@eggjs/tegg-types'; export declare function WebSocketMethod(param: WebSocketMethodParams): (target: any, propertyKey: PropertyKey) => void;