augment-websocket.d.ts 167 B

12345
  1. import { IStompSocket } from './types.js';
  2. /**
  3. * @internal
  4. */
  5. export declare function augmentWebsocket(webSocket: IStompSocket, debug: (msg: string) => void): void;