Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 427 Bytes

.verb.md

File metadata and controls

32 lines (21 loc) · 427 Bytes

{%= name %} {%= badge("fury") %}

{%= description %}

Install

{%= include("install") %}

Usage

var last = require('array-last');

last(['a', 'b', 'c', 'd', 'e', 'f']);
//=> 'f'

last(['a', 'b', 'c', 'd', 'e', 'f'], 1);
//=> 'f'

last(['a', 'b', 'c', 'd', 'e', 'f'], 3);
//=> ['d', 'e', 'f']

Author

{%= include("author") %}

License

{%= copyright() %} {%= license() %}


{%= include("footer") %}