UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

4 lines (2 loc) 168 B
import { TOutgoingDataChannelEvent } from './outgoing-data-channel-event'; export type TSendPeerToPeerMessageFunction = (event: TOutgoingDataChannelEvent) => boolean;