UNPKG

@berish/rfp

Version:

Binary secure transport organization protocol for peer communication using function fingerprints

10 lines 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getContextAside = void 0; const const_1 = require("../../../const"); function getContextAside(request) { const aside = request.chunk.aside; return aside && aside[const_1.magicalDictionary.contextAsideKey]; } exports.getContextAside = getContextAside; //# sourceMappingURL=getContextAside.js.map