UNPKG

woltlab-compiler

Version:

A compiler for WoltLab-Package Archives and WoltLab-Package Components

19 lines 612 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Category_1 = require("../Category"); const ACPOption_1 = require("./ACPOption"); /** * Represents an option-category for the control-panel. */ class ACPCategory extends Category_1.Category { /** * Initializes a new instance of the `ACPCategory` class. */ constructor(node, options) { super(node, options, (category, opts) => { return new ACPOption_1.ACPOption(category, opts); }); } } exports.ACPCategory = ACPCategory; //# sourceMappingURL=ACPCategory.js.map