MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / isTrpcClientError

Function isTrpcClientError

app/src/trpcClient.ts:40–44  ·  view source on GitHub ↗
(
	cause: unknown,
)

Source from the content-addressed store, hash-verified

38
39// https://trpc.io/docs/client/vanilla/infer-types#infer-trpcclienterror-types
40export function isTrpcClientError(
41 cause: unknown,
42): cause is TRPCClientError<AugcAppRouter | CwaAppRouter> {
43 return cause instanceof TRPCClientError
44}

Callers 1

PeersFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected