UNPKG

@eggjs/controller-decorator

Version:

tegg controller decorator

3 lines (2 loc) 224 B
import type { EggProtoImplClass, WebSocketFetchControllerParams } from '@eggjs/tegg-types'; export declare function WebSocketFetchController(param?: WebSocketFetchControllerParams): (constructor: EggProtoImplClass) => void;