rpc_ts
Version:
Remote Procedure Calls in TypeScript made simple
21 lines • 604 B
JavaScript
/**
* Code common to the client and the server for the built-in client/server
* context connectors.
*
* @module ModuleRpcContextCommon
* @preferred
*
* @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.
*/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./timestamp"));
__export(require("./token_auth"));
//# sourceMappingURL=common.js.map
;