UNPKG

rpc_ts

Version:

Remote Procedure Calls in TypeScript made simple

12 lines (11 loc) 278 B
/** * @module ModuleRpcCommon * * @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. */ import * as ModuleRpcCommon from './common'; export { ModuleRpcCommon };