timing-provider
Version:
An implementation of the timing provider specification.
4 lines • 331 B
TypeScript
import { TIncomingDataChannelEvent } from './incoming-data-channel-event';
import { TSendPeerToPeerMessageFunction } from './send-peer-to-peer-message-function';
export type TDataChannelTuple = readonly [string, boolean | TIncomingDataChannelEvent | TSendPeerToPeerMessageFunction];
//# sourceMappingURL=data-channel-tuple.d.ts.map