Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/yup/lib/util/reach.d.ts

export declare function getIn(schema: any, path: string, value?: any, context?: any): {
    parent: any;
    parentPath: string;
    schema: any;
};
declare const reach: (obj: {}, path: string, value?: any, context?: any) => any;
export default reach;
Back to Directory File Manager