UNPKG

webstomp-obs

Version:

Stomp over websocket using observable

4 lines (3 loc) 128 B
import { IProtocol } from '../../types'; declare const stompProtocolV1_0: () => IProtocol; export default stompProtocolV1_0;