UNPKG

@stomp/stompjs

Version:

STOMP client for Javascript and Typescript

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