UNPKG

@nestjs/websockets

Version:

Nest - modern, fast, powerful node.js web framework (@websockets)

7 lines (6 loc) 164 B
/** * Subscribes to messages that fulfils chosen pattern. * * @publicApi */ export declare const SubscribeMessage: <T = string>(message: T) => MethodDecorator;