totalled Get the sum of all the values in an array. Install npm install totalled Usage const totalled = require("totalled"); totalled([1, 2, 3]); //=> 6 API totalled(array) array Type: array<number> The array to sum.