rulvar API reference / @rulvar/store-conformance / stableStringify
Function: stableStringify()
ts
function stableStringify(value): string;Defined in: packages/store-conformance/src/types.ts:63
Canonical JSON with recursively sorted keys (fold-state hashing).
Parameters
| Parameter | Type |
|---|---|
value | unknown |
Returns
string