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

Function isReadonlyRecord

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

Source from the content-addressed store, hash-verified

1791};
1792
1793const isReadonlyRecord = (value: unknown): value is Readonly<Record<PropertyKey, unknown>> =>
1794 typeof value === "object" && value !== null;
1795
1796type StandardJsonSchemaSide = "input" | "output";
1797type StandardJsonSchemaFns = {

Callers 1

staticToolSchemaRootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected