Skip to content

⬅️ Back to Table of Contents

📄 spec.ts

📊 Analysis Summary

Metric Count
📦 Imports 1
📐 Interfaces 1

📚 Table of Contents

🛠️ File Location:

📂 packages/ast-spec/src/expression/literal/NullLiteral/spec.ts

📦 Imports

Name Source
LiteralBase ../../../base/LiteralBase

Interfaces

NullLiteral

Interface Code
export interface NullLiteral extends LiteralBase {
  raw: 'null';
  value: null;
}

Properties

Name Type Optional Description
raw 'null'
value null