die heldin script add
This commit is contained in:
12
node_modules/@stomp/stompjs/esm6/compatibility/heartbeat-info.d.ts
generated
vendored
Normal file
12
node_modules/@stomp/stompjs/esm6/compatibility/heartbeat-info.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { CompatClient } from './compat-client';
|
||||
/**
|
||||
* Part of `@stomp/stompjs`.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
export declare class HeartbeatInfo {
|
||||
private client;
|
||||
constructor(client: CompatClient);
|
||||
outgoing: number;
|
||||
incoming: number;
|
||||
}
|
||||
Reference in New Issue
Block a user