⬅️ Back to Table of Contents
📄 BooleanLiteral/spec
📊 Analysis Summary
| Metric |
Count |
| 📦 Imports |
1 |
| 📐 Interfaces |
1 |
📚 Table of Contents
🛠️ File Location:
📂 packages/ast-spec/src/expression/literal/BooleanLiteral/spec.ts
📦 Imports
| Name |
Source |
LiteralBase |
../../../base/LiteralBase |
Interfaces
BooleanLiteral
Interface Code
export interface BooleanLiteral extends LiteralBase {
raw: 'false' | 'true';
value: boolean;
}
Properties
| Name |
Type |
Optional |
Description |
raw |
'false' \| 'true' |
✗ |
not shown |
value |
boolean |
✗ |
not shown |
Generated by Syntax Scribe