UNPKG

jspurefix

Version:
11 lines 383 B
"use strict"; 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