Skip to content

⬅️ Back to Table of Contents

📄 enum-string.ts

📊 Analysis Summary

Metric Count
🎯 Enums 1

📚 Table of Contents

🛠️ File Location:

📂 packages/parser/tests/fixtures/scope-analysis/enum-string.ts

Enums

enum Foo

Enum Code
enum Foo {
  BAR = 'bar',
}

Members

Name Value Description
BAR bar