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
MIT