UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

5 lines (3 loc) 284 B
import { TIncomingDataChannelEvent } from './incoming-data-channel-event'; import { TSendPeerToPeerMessageFunction } from './send-peer-to-peer-message-function'; export type TDataChannelTuple = readonly [string, boolean | TIncomingDataChannelEvent | TSendPeerToPeerMessageFunction];