UNPKG
ticking-stompjs
Version:
latest (7.0.0)
7.0.0
STOMP client for Javascript and Typescript
github.com/stomp-js/stompjs
stomp-js/stompjs
ticking-stompjs
/
esm6
/
augment-websocket.d.ts
6 lines
(5 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IStompSocket
}
from
'./types.js'
;
/** *
@internal
*/
export
declare
function
augmentWebsocket
(
webSocket
:
IStompSocket
,
debug
: (msg:
string
) =>
void
):
void
;