UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

4 lines (2 loc) 151 B
import { IPingEvent, IPongEvent, IUpdateEvent } from '../interfaces'; export type TOutgoingDataChannelEvent = IPingEvent | IPongEvent | IUpdateEvent;