UNPKG

rpc_ts

Version:

Remote Procedure Calls in TypeScript made simple

14 lines 431 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @module ModuleRpcContextCommon * * @license * Copyright (c) Aiden.ai * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ const ModuleRpcContextCommon = require("./common"); exports.ModuleRpcContextCommon = ModuleRpcContextCommon; //# sourceMappingURL=index.js.map