Skip to content

⬅️ Back to Table of Contents

📄 typeof.ts

📊 Analysis Summary

Metric Count
📊 Variables & Constants 1
📑 Type Aliases 1

📚 Table of Contents

🛠️ File Location:

📂 packages/parser/tests/fixtures/scope-analysis/typeof.ts

Variables & Constants

Name Type Kind Value Exported
obj { value: number; } let/var { value: 1 }

Type Aliases

B

type B = typeof obj;