UNPKG

94 BTypeScriptView Raw
1export declare function pluckDeep(obj: {
2 [key: string]: any;
3} | null, key: string): any;