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.

16 lines (15 loc) 236 B
{ "name": "ts-last-item", "version": "1.0.0", "keywords": [ "Array", "last", "lastItem", "polyfill" ], "repository": "LinusU/ts-last-item", "license": "MIT", "dependencies": { "core-js": "^3.0.0" } }