| 1 | import { TRPCError, initTRPC } from '@trpc/server'; |
| 2 | import type { CreateFastifyContextOptions } from '@trpc/server/adapters/fastify'; |
| 3 | import { has } from 'ramda'; |
| 4 | import superjson from 'superjson'; |
nothing calls this directly
no test coverage detected