Skip to content

⬅️ Back to Table of Contents

📄 BindingName.ts

📊 Analysis Summary

Metric Count
📦 Imports 2
📑 Type Aliases 1

📚 Table of Contents

🛠️ File Location:

📂 packages/ast-spec/src/unions/BindingName.ts

📦 Imports

Name Source
Identifier ../expression/Identifier/spec
BindingPattern ./BindingPattern

Type Aliases

BindingName

type BindingName = BindingPattern | Identifier;