rpc-client/dist/index.d.ts

5 lines
178 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-06-27 19:51:51 +00:00
//# sourceMappingURL=index.d.ts.map