UNPKG

@nestjs/websockets

Version:

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

7 lines (6 loc) 146 B
/** * Attaches native Web Socket Server to a given property. * * @publicApi */ export declare const WebSocketServer: () => PropertyDecorator;