@aeinbu/groupby
Advanced tools
Comparing version 1.2.0-beta-9 to 1.2.0
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.sum = exports.sumOf = exports.min = exports.minOf = exports.max = exports.maxOf = exports.distinct = exports.groupBy = exports.toDictionary = exports.toMap = void 0; | ||
exports.distinct = exports.groupBy = exports.toDictionary = exports.toMap = void 0; | ||
var dictionaries_1 = require("./dictionaries"); | ||
@@ -22,10 +22,2 @@ __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-9", | ||
"version": "1.2.0", | ||
"description": "Lightweight and non-intrusive functions for doing \"group by\" type transformations on collections using reducers", | ||
@@ -31,9 +31,3 @@ "main": "dist/index.js", | ||
"dictionary", | ||
"map", | ||
"minof", | ||
"min of", | ||
"maxof", | ||
"max of", | ||
"sumof", | ||
"sum of" | ||
"map" | ||
], | ||
@@ -40,0 +34,0 @@ "author": "Arjan Einbu <arjan@einbu.no>", |
@@ -58,5 +58,2 @@ # @aeinbu/groupby | ||
- [isDeepEqual](./docs/isDeepEqual.md) | ||
- [min](./docs/min.md) for `minBy`, `minOf` and `min` | ||
- [max](./docs/max.md) for `maxBy`, `maxOf` and `max` | ||
- [sum](./docs/sum.md) for `sumOf` and `sum` | ||
@@ -63,0 +60,0 @@ Also, look in the `tests` directory for more examples. The tests demonstrate at least another dozen different ways to use this library |
export { toMap, toDictionary } from './dictionaries' | ||
export { groupBy, distinct } from './grouping' | ||
export { maxOf, max, minOf, min } from './max-min' | ||
export { sumOf, sum } from './sum' |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
20136
23
274
66