Search
Preparing search index...
The search index is not available
@open-rpc/typings
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
BinaryExpression
Interface BinaryExpression
Hierarchy
BaseNode
BinaryExpression
Index
Properties
end
inner
Comments
leading
Comments
left
loc
operator
right
start
trailing
Comments
type
Properties
end
end
:
number
|
null
inner
Comments
inner
Comments
:
ReadonlyArray
<
Comment
>
|
null
leading
Comments
leading
Comments
:
ReadonlyArray
<
Comment
>
|
null
left
left
:
Expression
loc
loc
:
SourceLocation
|
null
operator
operator
:
"+"
|
"-"
|
"/"
|
"%"
|
"*"
|
"**"
|
"&"
|
"|"
|
">>"
|
">>>"
|
"<<"
|
"^"
|
"=="
|
"==="
|
"!="
|
"!=="
|
"in"
|
"instanceof"
|
">"
|
"<"
|
">="
|
"<="
right
right
:
Expression
start
start
:
number
|
null
trailing
Comments
trailing
Comments
:
ReadonlyArray
<
Comment
>
|
null
type
type
:
"BinaryExpression"
Globals
Binary
Expression
end
inner
Comments
leading
Comments
left
loc
operator
right
start
trailing
Comments
type