Skip to content

⬅️ Back to Table of Contents

📄 types-union-intersection.src.ts

📊 Analysis Summary

Metric Count
📊 Variables & Constants 4

📚 Table of Contents

🛠️ File Location:

📂 packages/parser/tests/fixtures/scope-analysis/types-union-intersection.src.ts

Variables & Constants

Name Type Kind Value Exported
union number | null | undefined let/var *not shown*
intersection number & string let/var *not shown*
precedence1 number | (string & boolean) let/var *not shown*
precedence2 (number & string) | boolean let/var *not shown*