Skip to content

⬅️ Back to Table of Contents

📄 AssignmentOperatorToText.test-d.ts

📊 Analysis Summary

Metric Count
📦 Imports 2
📑 Type Aliases 1

📚 Table of Contents

🛠️ File Location:

📂 packages/ast-spec/tests/AssignmentOperatorToText.test-d.ts

📦 Imports

Name Source
AssignmentOperator typescript
AssignmentOperatorToText ../src

Type Aliases

_Test

type _Test = {
    readonly [T in AssignmentOperator]: AssignmentOperatorToText[T];
    // If there are any AssignmentOperator members that don't have a corresponding
    // AssignmentOperatorToText, then this line will error with "Type 'T' cannot
    // be used to index type 'AssignmentOperatorToText'."
  };