3 lines
95 B
TypeScript
3 lines
95 B
TypeScript
export declare function get(obj: any, path: any, defaultValue?: any): any;
|
|
export default get;
|