Home > validator > yup > MixedSchema > validate
Signature:
validate(value: T, options?: SchemaValidateOptions): Promise<T>;
Returns:
Promise<T>