UNPKG

542 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.AggregatorStrategy = void 0;
4var AggregatorStrategy;
5(function (AggregatorStrategy) {
6 AggregatorStrategy["SUM"] = "sum";
7 AggregatorStrategy["FIRST"] = "first";
8 AggregatorStrategy["MIN"] = "min";
9 AggregatorStrategy["MAX"] = "max";
10 AggregatorStrategy["AVERAGE"] = "average";
11 AggregatorStrategy["OMIT"] = "omit";
12})(AggregatorStrategy = exports.AggregatorStrategy || (exports.AggregatorStrategy = {}));
13//# sourceMappingURL=enums.js.map
\No newline at end of file