jspurefix
Version:
pure node js fix engine
11 lines • 383 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const collections_1 = require("../../collections");
class CategorySimpleSet {
constructor(category) {
this.category = category;
this.simple = new collections_1.Dictionary();
}
}
exports.CategorySimpleSet = CategorySimpleSet;
//# sourceMappingURL=category-simple-set.js.map
;