pick.d.ts 95 B

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