@berish/rfp
Version:
Binary secure transport organization protocol for peer communication using function fingerprints
15 lines • 512 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SYMBOL_PEER_SCOPE = exports.SYMBOL_NO_RESPONSE = exports.magicalDictionary = void 0;
exports.magicalDictionary = {
mainKey: 'rfp',
requestArgumentName: 'rfp',
contextAsideKey: 'cak',
serviceChannel: 'sc',
printFunction: 'pf',
printClass: 'pc',
printBuffer: 'pb',
};
exports.SYMBOL_NO_RESPONSE = Symbol('noResponse');
exports.SYMBOL_PEER_SCOPE = Symbol('peerScope');
//# sourceMappingURL=const.js.map