UNPKG

@berish/rfp

Version:

Binary secure transport organization protocol for peer communication using function fingerprints

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