| 1 | import type { AnyProcedure } from './procedure' |
| 2 | import { enhanceRoute } from '@orpc/contract' |
| 3 | import { contract, ping, pingMiddleware, pong, router } from '../tests/shared' |
| 4 | import { getLazyMeta, isLazy, unlazy } from './lazy' |
nothing calls this directly
no test coverage detected