UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

5 lines 240 B
import { IPingEvent, IPongEvent, IUpdateEvent } from '../interfaces'; export type TIncomingDataChannelEvent = ((IPingEvent | IPongEvent) & { timestamp: number; }) | IUpdateEvent; //# sourceMappingURL=incoming-data-channel-event.d.ts.map