UNPKG
webstomp-obs
Version:
latest (1.5.0)
1.5.0
1.5.0-rc0
1.4.3
1.4.2
1.3.2
1.3.1
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.6
1.0.5
1.0.1
1.0.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Stomp over websocket using observable
github.com/fpozzobon/webstomp-obs
fpozzobon/webstomp-obs
webstomp-obs
/
types
/
protocol
/
stomp
/
stompProtocolV1_0.d.ts
4 lines
(3 loc)
•
128 B
TypeScript
View Raw
1
2
3
4
import
{
IProtocol
}
from
'../../types'
;
declare
const
stompProtocolV1_0
:
() =>
IProtocol
;
export
default
stompProtocolV1_0;