UNPKG

@trpc/server

Version:

The tRPC server library

5 lines 221 B
export declare function isAbortError(error: unknown): error is DOMException | Error | { name: 'AbortError'; }; export declare function throwAbortError(message?: string): never; //# sourceMappingURL=abortError.d.ts.map