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

Function isReadonlyRecord

packages/core/sdk/src/executor.ts:1502–1503  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

1500};
1501
1502const isReadonlyRecord = (value: unknown): value is Readonly<Record<PropertyKey, unknown>> =>
1503 typeof value === "object" && value !== null;
1504
1505type StandardJsonSchemaSide = "input" | "output";
1506type StandardJsonSchemaFns = {

Callers 1

staticToolSchemaRootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected