UNPKG

trpc-playground

Version:

playground for running tRPC queries in the browser

4 lines (3 loc) 217 B
import { TrpcPlaygroundConfig } from '@trpc-playground/types'; import { FastifyPluginCallback } from 'fastify'; export declare const getFastifyPlugin: (config: TrpcPlaygroundConfig) => Promise<FastifyPluginCallback>;