UNPKG

@trpc/server

Version:

The tRPC server library

7 lines 274 B
import type { notFound as __notFound } from 'next/navigation'; /** * Like `next/navigation`'s `notFound()` but throws a `TRPCError` that later will be handled by Next.js * @public */ export declare const notFound: typeof __notFound; //# sourceMappingURL=notFound.d.ts.map