Files
dieheldin/node_modules/@stomp/stompjs/esm6/augment-websocket.d.ts
2026-02-24 07:04:01 +01:00

6 lines
164 B
TypeScript

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