ReplaceDeep<T, TCondition, TValue> Recursively replaces values in type T that match TCondition with TValue.
See SpreadDeepObject for more details on recursive behavior.
The type to be modified.
The condition to match for replacement.
The type to replace with.
The modified type.
Generated using TypeDoc
ReplaceDeep<T, TCondition, TValue> Recursively replaces values in type T that match TCondition with TValue.
See SpreadDeepObject for more details on recursive behavior.