Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 404 Bytes

.verb.md

File metadata and controls

32 lines (21 loc) · 404 Bytes

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

{%= description %}

Install

{%= include("install") %}

Usage

var arraySum = require('array-sum');

arraySum([1, 2, 3, 4, 5]);
//=> 15

arraySum(['1', '2', 3, '4', 5]);
//=> 15

arraySum([1, 'foo', 2, 3, 4, {}, 5]);
//=> 15

Author

{%= include("author") %}

License

{%= copyright({year: 2014}) %} {%= license() %}


{%= include("footer") %}