Home > validator > yup > MixedSchema > validateAt
@类型不友好
Signature:
validateAt(path: string, value: any, options?: SchemaValidateOptions): Promise<any>;
Parameter | Type | Description |
---|---|---|
path | string | |
value | any | |
options | SchemaValidateOptions | (Optional) |
Returns:
Promise<any>