Repository URL to install this package:
|
Version:
24.8.8 ▾
|
| .. |
| lib |
| lib-es6 |
| src |
| LICENSE |
| README.md |
| package.json |
| types.d.ts |
Get the sum of the values in an array.
$ npm install --save ml-array-sum
import sum from 'ml-array-sum'; const result = sum([1, 5, 3, 2, 4]); // 15