Skip to content

⬅️ Back to Table of Contents

📄 literal-member.ts

📊 Analysis Summary

Metric Count
🎯 Enums 1

📚 Table of Contents

🛠️ File Location:

📂 packages/scope-manager/tests/fixtures/ts-enum/literal-member.ts

Enums

enum Foo

Enum Code
enum Foo {
  'a' = 1,
}

Members

Name Value Description
'a' 1