UNPKG

react-native-circular-chart

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