UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

3 lines 306 B
import { TSendPeerToPeerMessageFunction } from '../types'; export declare const findSendPeerToPeerMessageFunction: (key: string, sendPeerToPeerMessageTuples: [string, TSendPeerToPeerMessageFunction][]) => TSendPeerToPeerMessageFunction; //# sourceMappingURL=find-send-peer-to-peer-message-function.d.ts.map