rpc-client/dist/index.d.ts

6 lines
179 B
TypeScript
Raw Normal View History

2022-06-27 19:56:56 +00:00
import RpcNetwork from "./rpcNetwork.js";
import RpcQuery from "./rpcNetwork.js";
2022-07-26 01:58:53 +00:00
export * from "./types.js";
2022-06-27 19:56:56 +00:00
export { RpcNetwork, RpcQuery };
2022-08-18 23:20:23 +00:00
//# sourceMappingURL=index.d.ts.map