UNPKG

ntt-flow

Version:

The sequence of initialization, modification, aggregation, or other processes through which a data entity passes from instantiation to persistence.

6 lines 303 B
define(["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (function (values) { return values.reduce(function (acc, val) { return (acc + val); }, 0); }); }); //# sourceMappingURL=sum.js.map