UnaryExpression
Interface: UnaryExpression
Defined in: ast/nodes.ts:86
Унарная операция: !a, -n
Extends
Properties
argument
argument:
ExpressionNode
Defined in: ast/nodes.ts:89
end?
optionalend:number
Defined in: ast/nodes.ts:8
Inherited from
operator
operator:
string
Defined in: ast/nodes.ts:88
start?
optionalstart:number
Defined in: ast/nodes.ts:7
Inherited from
type
type:
"UnaryExpression"
Defined in: ast/nodes.ts:87