UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

3 lines 207 B
import { IPingEvent, IPongEvent, IUpdateEvent } from '../interfaces'; export type TOutgoingDataChannelEvent = IPingEvent | IPongEvent | IUpdateEvent; //# sourceMappingURL=outgoing-data-channel-event.d.ts.map