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