© 2026 Hedgehog Software, LLC
const ARecord = Schema.Record({ key: Schema.String, value: Schema.Unknown }); const isRecord = Schema.is(ARecord);