sample.d.ts 71 B

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