UNPKG

react-native-circular-chart-current

Version:
7 lines 165 B
export function sum(arrays) { if (arrays.length == 0) { return 0; } return arrays.reduce((total, prev) => total += prev); } //# sourceMappingURL=sum.js.map