blob: 8b5dea31bcc0c6a0d886fa550e793557a1945e6c [file] [log] [blame]
declare enum ScopeType {
block = "block",
catch = "catch",
class = "class",
classFieldInitializer = "class-field-initializer",
classStaticBlock = "class-static-block",
conditionalType = "conditionalType",
for = "for",
function = "function",
functionExpressionName = "function-expression-name",
functionType = "functionType",
global = "global",
mappedType = "mappedType",
module = "module",
switch = "switch",
tsEnum = "tsEnum",
tsModule = "tsModule",
type = "type",
with = "with"
}
export { ScopeType };
//# sourceMappingURL=ScopeType.d.ts.map