UNPKG

jsonrpctts

Version:

A TypeScript JSON-RPC 2.0 client with axios

4 lines (3 loc) 149 B
export { RPCClient } from "./core"; export type { RPCClientConfig } from "./types"; export { RPCError, BackendError, NetworkError } from "./errors";