last.d.ts 56 B

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