pluck.d.ts 85 B

123
  1. declare function pluck(object: any, key: string | string[]): any[];
  2. export = pluck;