sample.d.ts 71 B

123
  1. declare function sample(obj: any, n: number): any[];
  2. export = sample;