UNPKG

129 BTypeScriptView Raw
1/**
2 * Attaches native Web Socket Server to a given property.
3 */
4export declare const WebSocketServer: () => PropertyDecorator;