mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 12:09:30 +08:00
20 lines
No EOL
660 B
Text
20 lines
No EOL
660 B
Text
export * from './BlockScope';
|
|
export * from './CatchScope';
|
|
export * from './ClassFieldInitializerScope';
|
|
export * from './ClassScope';
|
|
export * from './ConditionalTypeScope';
|
|
export * from './ForScope';
|
|
export * from './FunctionExpressionNameScope';
|
|
export * from './FunctionScope';
|
|
export * from './FunctionTypeScope';
|
|
export * from './GlobalScope';
|
|
export * from './MappedTypeScope';
|
|
export * from './ModuleScope';
|
|
export * from './Scope';
|
|
export * from './ScopeType';
|
|
export * from './SwitchScope';
|
|
export * from './TSEnumScope';
|
|
export * from './TSModuleScope';
|
|
export * from './TypeScope';
|
|
export * from './WithScope';
|
|
//# sourceMappingURL=index.d.ts.map |