Skip to content

⬅️ Back to Table of Contents

📄 LiteralExpression.ts

📊 Analysis Summary

Metric Count
📦 Imports 2
📑 Type Aliases 1

📚 Table of Contents

🛠️ File Location:

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

📦 Imports

Name Source
TemplateLiteral ../expression/TemplateLiteral/spec
Literal ./Literal

Type Aliases

LiteralExpression

type LiteralExpression = Literal | TemplateLiteral;