Skip to content

⬅️ Back to Table of Contents

📄 ObjectLiteralElement.ts

📊 Analysis Summary

Metric Count
📦 Imports 2
📑 Type Aliases 2

📚 Table of Contents

🛠️ File Location:

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

📦 Imports

Name Source
Property ../element/Property/spec
SpreadElement ../element/SpreadElement/spec

Type Aliases

ObjectLiteralElement

type ObjectLiteralElement = Property | SpreadElement;

ObjectLiteralElementLike

type ObjectLiteralElementLike = ObjectLiteralElement;