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

Function isReadonlyRecord

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

Source from the content-addressed store, hash-verified

1253};
1254
1255const isReadonlyRecord = (value: unknown): value is Readonly<Record<PropertyKey, unknown>> =>
1256 typeof value === "object" && value !== null;
1257
1258type StandardJsonSchemaSide = "input" | "output";
1259type StandardJsonSchemaFns = {

Callers 1

staticToolSchemaRootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected