ts-simple-ast
Version:
TypeScript compiler wrapper for static analysis and code manipulation.
13 lines (12 loc) • 441 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var common_1 = require("../common");
var TypeElement = /** @class */ (function (_super) {
tslib_1.__extends(TypeElement, _super);
function TypeElement() {
return _super !== null && _super.apply(this, arguments) || this;
}
return TypeElement;
}(common_1.Node));
exports.TypeElement = TypeElement;