timing-provider
Version:
An implementation of the timing provider specification.
6 lines • 342 B
TypeScript
import { OperatorFunction, Subject } from 'rxjs';
import { IPongEvent } from '../interfaces';
export declare const matchPongWithPing: (localSentTimesSubject: Subject<[number, number[]]>) => OperatorFunction<IPongEvent & {
timestamp: number;
}, readonly [number, number, number, number]>;
//# sourceMappingURL=match-pong-with-ping.d.ts.map