Skip to content

Commit

Permalink
fix: revert previous commit
Browse files Browse the repository at this point in the history
`RPCClient` isn't a class lol
  • Loading branch information
angeloashmore committed Dec 17, 2022
1 parent 2555795 commit d8e95b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/index.ts
@@ -1,5 +1,6 @@
export { createRPCClient, RPCClient } from "./createRPCClient";
export { createRPCClient } from "./createRPCClient";
export type {
RPCClient,
CreateRPCClientArgs,
ResponseLike,
FetchLike,
Expand Down

0 comments on commit d8e95b5

Please sign in to comment.