Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 496 Bytes

.verb.md

File metadata and controls

31 lines (20 loc) · 496 Bytes

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

{%= description %}

{%= include("install-npm", {save: true}) %}

Usage

var initial = require('{%= name %}');

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

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

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

Author

{%= include("author") %}

License

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


{%= include("footer") %}