UNPKG

vladdress

Version:

Lightweight Street Address Parser Written in TypeScript

8 lines (7 loc) 194 B
"use strict"; exports.__esModule = true; exports.getLastElement = void 0; var getLastElement = function (array) { return array[array.length - 1]; }; exports.getLastElement = getLastElement;