"use strict";
function __export(m) {
for (var p in m) /* istanbul ignore else */ Eif (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
__export(require("./structure/base"));
__export(require("./structure/class"));
__export(require("./structure/enum"));
__export(require("./structure/expression"));
__export(require("./structure/file"));
__export(require("./structure/function"));
__export(require("./structure/general"));
__export(require("./structure/interface"));
__export(require("./structure/namespace"));
__export(require("./structure/variable"));
//# sourceMappingURL=structure.js.map
|