MCPcopy Create free account
hub / github.com/effect-app/libs / isRecord

Function isRecord

packages/infra/src/internal/auth.ts:100–100  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

98 )
99
100const isRecord = (value: unknown): value is Record<string, unknown> => typeof value === "object" && value !== null
101
102const getErrorMessage = (error: unknown) => error instanceof Error ? error.message : String(error)
103

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…