Skip to content

⬅️ Back to Table of Contents

📄 property-computed-name.ts

📊 Analysis Summary

Metric Count
📊 Variables & Constants 1
📑 Type Aliases 2

📚 Table of Contents

🛠️ File Location:

📂 packages/scope-manager/tests/fixtures/type-declaration/signatures/property-computed-name.ts

Variables & Constants

Name Type Kind Value Exported
x "b" const 'b'

Type Aliases

T

type T = 1;

A

type A = {
  [x]: T;
};