UNPKG

@berish/rfp

Version:

Binary secure transport organization protocol for peer communication using function fingerprints

4 lines 226 B
import type { Peer } from '../peer'; import { PeerChunk } from '../../chunk'; export declare function unblockStep<Data = any>(peer: Peer, outcomeChunk: PeerChunk<Data>): Promise<void>; //# sourceMappingURL=unblockStep.d.ts.map