UNPKG

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