UNPKG

msw-trpc

Version:

tRPC API for Mock Service Worker (MSW).

6 lines (5 loc) 271 B
import { TRPCMswConfig } from './types.js'; export declare const trpc: { query: (path: string, handler: Function, opts: TRPCMswConfig) => import("msw").HttpHandler; mutation: (path: string, handler: Function, opts: TRPCMswConfig) => import("msw").HttpHandler; };