@aeinbu/groupby
Advanced tools
Comparing version 1.2.0-beta-6 to 1.2.0-beta-7
export { toMap, toDictionary } from './dictionaries'; | ||
export { groupBy, distinct } from './grouping'; | ||
export { maxOf, max, minOf, min } from './max-min'; | ||
export { sumOf, sum } from './sum'; |
@@ -14,3 +14,3 @@ "use strict"; | ||
exports.__esModule = true; | ||
exports.distinct = exports.groupBy = exports.toDictionary = exports.toMap = void 0; | ||
exports.sum = exports.sumOf = exports.min = exports.minOf = exports.max = exports.maxOf = exports.distinct = exports.groupBy = exports.toDictionary = exports.toMap = void 0; | ||
var dictionaries_1 = require("./dictionaries"); | ||
@@ -22,2 +22,10 @@ __createBinding(exports, dictionaries_1, "toMap"); | ||
__createBinding(exports, grouping_1, "distinct"); | ||
var max_min_1 = require("./max-min"); | ||
__createBinding(exports, max_min_1, "maxOf"); | ||
__createBinding(exports, max_min_1, "max"); | ||
__createBinding(exports, max_min_1, "minOf"); | ||
__createBinding(exports, max_min_1, "min"); | ||
var sum_1 = require("./sum"); | ||
__createBinding(exports, sum_1, "sumOf"); | ||
__createBinding(exports, sum_1, "sum"); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@aeinbu/groupby", | ||
"version": "1.2.0-beta-6", | ||
"version": "1.2.0-beta-7", | ||
"description": "Lightweight and non-intrusive functions for doing \"group by\" type transformations on collections using reducers", | ||
@@ -8,3 +8,4 @@ "main": "dist/index.js", | ||
"files": [ | ||
"dist/**/*" | ||
"dist/**/*", | ||
"src/**/*" | ||
], | ||
@@ -11,0 +12,0 @@ "directories": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25622
31
380