"use strict"; exports.__esModule = true; function getLast(array) { return array[array.length - 1]; } exports.getLast = getLast;