UNPKG

ts-prime

Version:

A utility library for JavaScript and Typescript.

4 lines (3 loc) 98 B
export function last(array, defaultValue) { return array[array.length - 1] || defaultValue; }