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