UNPKG

98 BJavaScriptView Raw
1"use strict";
2
3module.exports = function(values) {
4 return values.reduce((a, b) => a + b, 0);
5};