UNPKG

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