UNPKG

rpc_ts

Version:

Remote Procedure Calls in TypeScript made simple

12 lines (11 loc) 312 B
/** * @module ModuleRpcProtocolClient * * @license * Copyright (c) Aiden.ai * * This source code is licensed under the MIT license found in the * LICENSE file in the root directo@aiden/rpc_ts/register_rpc_routes */ import * as ModuleRpcProtocolClient from './client'; export { ModuleRpcProtocolClient };