KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
BigIntLiteral
Interface BigIntLiteral
interface
BigIntLiteral
{
bigint
:
string
;
leadingComments
?:
Comment
[]
;
loc
?:
SourceLocation
|
null
;
range
?:
[
number
,
number
]
;
raw
?:
string
;
trailingComments
?:
Comment
[]
;
type
:
"Literal"
;
value
?:
bigint
|
null
;
}
Hierarchy (
View Summary
)
BaseNode
BaseExpression
BigIntLiteral
Index
Properties
bigint
leading
Comments?
loc?
range?
raw?
trailing
Comments?
type
value?
Properties
bigint
bigint
:
string
Optional
leading
Comments
leadingComments
?:
Comment
[]
Optional
loc
loc
?:
SourceLocation
|
null
Optional
range
range
?:
[
number
,
number
]
Optional
raw
raw
?:
string
Optional
trailing
Comments
trailingComments
?:
Comment
[]
type
type
:
"Literal"
Optional
value
value
?:
bigint
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
bigint
leading
Comments
loc
range
raw
trailing
Comments
type
value
Github
KC's Workspace
Loading...