| 1 | import type { RouterClient } from '@orpc/server' |
| 2 | import { RPCHandler } from '@orpc/server/fetch' |
| 3 | import { router, streamed } from '../../server/tests/shared' |
| 4 | import { createORPCClient } from '../src' |
nothing calls this directly
no test coverage detected