Files
pole-book/server/node_modules/yup/lib/util/reach.d.ts

8 lines
252 B
TypeScript

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;