nooschain / config-editor/diff / diffConfigValues
Function: diffConfigValues()
diffConfigValues(
before,after):ConfigDiffEntry[]
Defined in: config-editor/diff.ts:6
Computes a deterministic redacted field-level diff.
Parameters
before
Record<string, string>
after
Record<string, string>