timing-provider
Version:
An implementation of the timing provider specification.
2 lines • 315 B
TypeScript
export declare const isPeerToPeerMessageTuple: <FirstValue, SecondValue>(tuple: readonly [FirstValue, SecondValue]) => tuple is [FirstValue, SecondValue extends (...args: any[]) => any ? never : SecondValue extends Record<any, any> ? SecondValue : never];
//# sourceMappingURL=is-peer-to-peer-message-tuple.d.ts.map