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

Function isReadonlyRecord

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

Source from the content-addressed store, hash-verified

1275};
1276
1277const isReadonlyRecord = (value: unknown): value is Readonly<Record<PropertyKey, unknown>> =>
1278 typeof value === "object" && value !== null;
1279
1280type StandardJsonSchemaSide = "input" | "output";
1281type StandardJsonSchemaFns = {

Callers 1

staticToolSchemaRootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected