MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / isRecord

Function isRecord

packages/react/src/api/shell-host.ts:59–60  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

57}
58
59const isRecord = (value: unknown): value is Record<string, unknown> =>
60 typeof value === "object" && value !== null && !Array.isArray(value);
61
62/** `ApprovalExpiredError`'s status: the paused execution existed and
63 * deliberately no longer does. See `packages/core/api/src/executions/api.ts`. */

Callers 2

toShellToolResultFunction · 0.70
parseResumeContentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected