Skip to content

⬅️ Back to Table of Contents

📄 BindingPattern.ts

📊 Analysis Summary

Metric Count
📦 Imports 2
📑 Type Aliases 1

📚 Table of Contents

🛠️ File Location:

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

📦 Imports

Name Source
ArrayPattern ../parameter/ArrayPattern/spec
ObjectPattern ../parameter/ObjectPattern/spec

Type Aliases

BindingPattern

type BindingPattern = ArrayPattern | ObjectPattern;