UNPKG

@berish/rfp

Version:

Binary secure transport organization protocol for peer communication using function fingerprints

8 lines 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.executeLocalFunction = void 0; function executeLocalFunction(func, newArgs) { return func(...newArgs); } exports.executeLocalFunction = executeLocalFunction; //# sourceMappingURL=executeLocalFunction.js.map