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

Function isReadonlyRecord

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

Source from the content-addressed store, hash-verified

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

Callers 1

staticToolSchemaRootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected