jsdoc-type-pratt-parser
Preparing search index...
src
IntersectionResult
Interface IntersectionResult
An intersection type.
interface
IntersectionResult
{
elements
:
RootResult
[]
;
loc
?:
{
end
:
{
column
:
number
;
line
:
number
}
;
start
:
{
column
:
number
;
line
:
number
}
;
}
;
range
?:
[
number
,
number
]
;
type
:
"JsdocTypeIntersection"
;
}
Hierarchy (
View Summary
)
BaseNode
IntersectionResult
Index
Properties
elements
loc?
range?
type
Properties
elements
elements
:
RootResult
[]
Optional
loc
loc
?:
{
end
:
{
column
:
number
;
line
:
number
}
;
start
:
{
column
:
number
;
line
:
number
}
;
}
Optional
range
range
?:
[
number
,
number
]
type
type
:
"JsdocTypeIntersection"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
elements
loc
range
type
jsdoc-type-pratt-parser
Loading...
An intersection type.