0.0.10 • Published 7 years ago

array-prototype-last v0.0.10

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

array-prototype-last NPM version Build Status

Adds array.last property. Usage: 'a', 'b'.last //=> 'b'

Install

Install with npm:

$ npm install array-prototype-last --save

Usage

require('array-prototype-last');

[1, 2, 3].last; //=> 3

[].last; //=> undefined

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Running tests

Install dev dependencies:

$ npm install -d && npm test

Author

Alexander Ishchenko

License

Copyright © 2017 Alexander Ishchenko Released under the MIT license.

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago