UNPKG

ts-freebox

Version:

20 lines (18 loc) 370 B
import { System } from "../../chunk-OZHIN6AB.mjs"; import { submodule_default } from "../../chunk-3GGSTR2F.mjs"; import "../../chunk-4JVQES7H.mjs"; // src/lib/configuration/index.ts var Configuration = class extends submodule_default { system; constructor(freebox) { super(freebox); this.system = new System(freebox); } }; export { Configuration };