UNPKG

@stomp/stompjs

Version:

STOMP client for Javascript and Typescript

13 lines (12 loc) 243 B
import { CompatClient } from './compat-client'; /** * Part of `@stomp/stompjs`. * * @internal */ export declare class HeartbeatInfo { private client; constructor(client: CompatClient); outgoing: number; incoming: number; }