Skip to content

⬅️ Back to Table of Contents

📄 Comment.ts

📊 Analysis Summary

Metric Count
📦 Imports 2
📑 Type Aliases 1

📚 Table of Contents

🛠️ File Location:

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

📦 Imports

Name Source
BlockComment ../token/BlockComment/spec
LineComment ../token/LineComment/spec

Type Aliases

Comment

type Comment = BlockComment | LineComment;