persona-community-5/.pnpm-store/v3/files/fe/da450e62a04dff3e2c3b3675d227332db21a3208a0a3a82f037c98df62363d91945ab8a117fc6eb13f475171dc98c46aff922cddc85bd8b3dd210a117238a0
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

22 lines
615 B
Plaintext

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