| 1 | import type { StandardRequest } from '@orpc/standard-server' |
| 2 | import type { RouterClient } from '../../../server/src/router-client' |
| 3 | import { isAsyncIteratorObject } from '@orpc/shared' |
| 4 | import { toBatchResponse } from '@orpc/standard-server/batch' |
nothing calls this directly
no test coverage detected