rpc_ts
Version:
Remote Procedure Calls in TypeScript made simple
12 lines (11 loc) • 294 B
TypeScript
/**
* @module ModuleRpcProtocolMock
*
* @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 ModuleRpcProtocolMock from './mock';
export { ModuleRpcProtocolMock };