A synchronous transform function that takes a value and optionally returns a transformed value.
The type of the value being transformed.
The value to transform.
The transformed value, or undefined if the transformation was done in-place or no change is needed.
undefined
applyTransforms for applying multiple transform functions.
A synchronous transform function that takes a value and optionally returns a transformed value.