ts-simple-ast
Version:
TypeScript compiler wrapper for AST navigation and code generation.
11 lines (9 loc) • 324 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var Scope;
(function (Scope) {
Scope["Public"] = "public";
Scope["Protected"] = "protected";
Scope["Private"] = "private";
})(/* istanbul ignore next */Scope = exports.Scope || (exports.Scope = {}));
//# sourceMappingURL=Scope.js.map