3 lines
77 B
TypeScript
3 lines
77 B
TypeScript
/** `lodash.get` */
|
|
export declare function get(obj: any, key: string): any;
|