2022-11-02 21:36:48 +03:00

8 lines
192 B
TypeScript

/* eslint-disable import/prefer-default-export */
import { initTRPC } from '@trpc/server';
import SuperJSON from 'superjson';
export const t = initTRPC.create({
transformer: SuperJSON,
});