reverse.d.ts 64 B

1234
  1. declare function reverse(arr: any[]): any[];
  2. export = reverse;