Skip to content

⬅️ Back to Table of Contents

📄 typeof-in-var.ts

📊 Analysis Summary

Metric Count
📊 Variables & Constants 2

📚 Table of Contents

🛠️ File Location:

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

Variables & Constants

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