vtils

Home > validator > yup > MixedSchema > withMutation

yup.MixedSchema.withMutation() method

Signature:

withMutation<X>(fn: (schema: this) => X): X;

Parameters

Parameter Type Description
fn (schema: this) => X  

Returns:

X