UNPKG

array-grouping

Version:

array grouping function by TS. 这个名字被迫这样,因为array-group被占用了...

7 lines 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var group_by_1 = require("./lib/group-by"); exports.GroupBy = group_by_1.GroupBy; var add_to_prototype_1 = require("./types/add-to-prototype"); exports.addToProperty = add_to_prototype_1.addToProperty; //# sourceMappingURL=index.js.map