UNPKG

ts-last-item

Version:

This package includes the [core-js](https://github.com/zloirock/core-js) polyfill for `Array#lastItem`, along with TypeScript typings.

8 lines (6 loc) 116 B
interface ReadonlyArray<T> { readonly lastItem: T | undefined } interface Array<T> { lastItem: T | undefined }