UNPKG

trpc-playground

Version:

playground for running tRPC queries in the browser

4 lines (3 loc) 187 B
import { TrpcPlaygroundConfig } from '@trpc-playground/types'; import { EventHandler } from 'h3'; export declare const h3Handler: (config: TrpcPlaygroundConfig) => Promise<EventHandler>;