Home > validator > yup > MixedSchema > transform
Signature:
transform(transformer: (this: this, currentValue: T, originalValue: T) => T): this;
Parameter | Type | Description |
---|---|---|
transformer | (this: this, currentValue: T, originalValue: T) => T |
Returns:
this