pick.d.ts 95 B

123
  1. declare function pick(object: any, filter: string | string[] | Function): any;
  2. export = pick;