UNPKG
trpc-openapi
Version:
alpha (1.0.0-alpha.4)
latest (1.2.0)
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.2
0.2.1-alpha.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
tRPC OpenAPI
github.com/jlalmes/trpc-openapi
jlalmes/trpc-openapi
trpc-openapi
/
dist
/
adapters
/
node-http
/
errors.d.ts
4 lines
•
235 B
TypeScript
View Raw
1
2
3
4
import
{
TRPCError
}
from
'@trpc/server'
;
export
declare
const
TRPC_ERROR_CODE_HTTP_STATUS
:
Record
<
TRPCError
[
'code'
],
number
>;
export
declare
function
getErrorFromUnknown
(
cause
:
unknown
):
TRPCError
;
//# sourceMappingURL=errors.d.ts.map