| 1 | import type * as Effect from "effect/Effect" |
| 2 | import type * as Option from "effect/Option" |
| 3 | import { expect, test } from "vitest" |
| 4 | import { makeRpcClient, NotLoggedInError, UnauthorizedError } from "../src/client.js" |
nothing calls this directly
no test coverage detected