1.0.0 • Published 8 years ago
mathsum v1.0.0
math-sum 
Sum numbers
Install
$ npm install --save mathsum
Usage
var mathSum = require('math-sum');
mathSum(5, 5);
//=> 10
var arr = [1, 2, 3, 4];
mathSum(arr);
//=> 10
License
MIT © Yoginth
1.0.0
8 years ago