UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

3 lines 231 B
import { TOutgoingDataChannelEvent } from './outgoing-data-channel-event'; export type TSendPeerToPeerMessageFunction = (event: TOutgoingDataChannelEvent) => boolean; //# sourceMappingURL=send-peer-to-peer-message-function.d.ts.map