UNPKG
jsonrpctts
Version:
latest (1.0.1)
1.0.1
1.0.0
A TypeScript JSON-RPC 2.0 client with axios
jsonrpctts
/
dist
/
index.d.ts
4 lines
(3 loc)
•
149 B
TypeScript
View Raw
1
2
3
4
export
{
RPCClient
}
from
"./core"
;
export
type
{
RPCClientConfig
}
from
"./types"
;
export
{
RPCError
,
BackendError
,
NetworkError
}
from
"./errors"
;