UNPKG

139 BTypeScriptView Raw
1import { GeneralObject } from '../types';
2export declare function pick(obj: GeneralObject | null, ...keyPaths: (string | string[])[]): {};