Recursively masks all occurrences of a sensitive field name with a given mask string in a TypeScript object.
The object to mask.
An object containing the sensitive field name and mask string.
A new object with the sensitive fields masked.
Generated using TypeDoc
Recursively masks all occurrences of a sensitive field name with a given mask string in a TypeScript object.