Skip to content

⬅️ Back to Table of Contents

📄 method-computed-name2.ts

📊 Analysis Summary

Metric Count
📑 Type Aliases 1
🎯 Enums 1

📚 Table of Contents

🛠️ File Location:

📂 packages/scope-manager/tests/fixtures/type-declaration/signatures/method-computed-name2.ts

Type Aliases

A

type A = {
  [Foo.a](): 1;
};

Enums

enum Foo

Enum Code
enum Foo {
  a,
}

Members

Name Value Description
a auto