fn
attrValueEq
testedStructural equality for two attribute values. Order-insensitive for object keys, deep for arrays/objects. Used by mark/attr deduplication and tests.
Signature
ts
export function attrValueEq(a: AttrValue | undefined, b: AttrValue | undefined): boolean{ ... }Parameters
| Parameter | Type | Description |
|---|---|---|
a | AttrValue | undefined | — |
b | AttrValue | undefined | — |
Returns
boolean