last.d.ts 56 B

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