vtils

Home > validator > yup > StringSchema > min

yup.StringSchema.min() method

Signature:

min(limit: Refable<number>, message?: StringLocale['min']): this;

Parameters

Parameter Type Description
limit Refable<number>  
message StringLocale[‘min’] (Optional)

Returns:

this