⬅️ Back to Table of Contents
📄 ImportClause.ts
📊 Analysis Summary
Metric |
Count |
📦 Imports |
3 |
📑 Type Aliases |
1 |
📚 Table of Contents
🛠️ File Location:
📂 packages/ast-spec/src/unions/ImportClause.ts
📦 Imports
Name |
Source |
ImportDefaultSpecifier |
../special/ImportDefaultSpecifier/spec |
ImportNamespaceSpecifier |
../special/ImportNamespaceSpecifier/spec |
ImportSpecifier |
../special/ImportSpecifier/spec |
Type Aliases
ImportClause
type ImportClause = | ImportDefaultSpecifier
| ImportNamespaceSpecifier
| ImportSpecifier;