Skip to content

⬅️ Back to Table of Contents

📄 type-query.ts

📊 Analysis Summary

Metric Count
📊 Variables & Constants 1
📑 Type Aliases 2

📚 Table of Contents

🛠️ File Location:

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

Variables & Constants

Name Type Kind Value Exported
x 1 const 1

Type Aliases

T

type T = typeof x;

Unresolved

type Unresolved = x;