README
Array.prototype.lastItem polyfill
Why? Because I like it.
See https://github.com/keithamus/proposal-array-last
This only implements lastItem
.
Getter/setter for last item in array (TC93 proposal)
<script type="module">
import arrayLastItem from 'https://cdn.skypack.dev/array-last-item';
</script>
Why? Because I like it.
See https://github.com/keithamus/proposal-array-last
This only implements lastItem
.