Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenPipe/OpenPipe
/ trpcStatusCodes.ts
File
trpcStatusCodes.ts
app/src/server/utils/trpcStatusCodes.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ TRPC_ERROR_CODE_HTTP_STATUS } from
"trpc-openapi/dist/adapters/node-http/errors"
;
2
3
type
KeyFromValue<TValue, TType extends Record<PropertyKey, PropertyKey>> = {
4
[K in keyof TType]: TValue extends TType[K] ? K : never;
Callers
nothing calls this directly
Calls
1
invert
Function · 0.85
Tested by
no test coverage detected