MCPcopy Create free account
hub / github.com/TanStack/ai / isRecord

Function isRecord

packages/ai-devtools/src/components/hooks/GenerationPanel.tsx:845–847  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

843}
844
845function isRecord(value: unknown): value is Record<string, unknown> {
846 return typeof value === 'object' && value !== null && !Array.isArray(value)
847}

Callers 7

runFromUnknownFunction · 0.70
previewFromUnknownFunction · 0.70
progressFromUnknownFunction · 0.70
isMediaItemFunction · 0.70
isVideoJobFunction · 0.70
errorTextFromUnknownFunction · 0.70
videoStatusLabelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected