Home > validator > yup > reach
Signature:
export declare function reach<T extends {}>(schema: ObjectSchema<T>, path: string, value?: T, context?: {}): MixedSchema;
| Parameter | Type | Description |
|---|---|---|
| schema | ObjectSchema<T> | |
| path | string | |
| value | T | (Optional) |
| context | {} | (Optional) |
Returns: