Skip to content

⬅️ Back to Table of Contents

📄 type-reference.ts

📊 Analysis Summary

Metric Count
🧱 Classes 1
📊 Variables & Constants 1
📑 Type Aliases 2

📚 Table of Contents

🛠️ File Location:

📂 packages/scope-manager/tests/fixtures/class/declaration/type-reference.ts

Variables & Constants

Name Type Kind Value Exported
v typeof A const A

Classes

A

Class Code
class A {}

Type Aliases

T1

type T1 = A;

T2

type T2 = typeof A;