UNPKG

@e-group/utils

Version:

eGroup team utils that share across projects.

11 lines (8 loc) 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const calcTotal = array => array.reduce((a, b) => a + b, 0); var _default = calcTotal; exports.default = _default;