UNPKG

@berish/rfp

Version:

Binary secure transport organization protocol for peer communication using function fingerprints

8 lines 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.unreceive = void 0; function unreceive(peer, eventHash) { peer.receiveEmitter.off(eventHash); } exports.unreceive = unreceive; //# sourceMappingURL=unreceive.js.map