Skip to content

isRecord

isRecord(value): value is Record<string, unknown>

Runtime guards for every branch a renderer has to decide on from a value alone. Each is a structural check on the delivered shape, not a check against a Contract — the SDK never knows which field type a value came from.

unknown

value is Record<string, unknown>