Class UnaryOperation

Hierarchy

  • Expression
    • UnaryOperation

Constructors

Properties

left: null | Expression = null
location: Location
operator: null | string = null
range: [number, number]
right: null | Expression = null
src: `${number}:${number}`
type: "UnaryOperation" = ...

Generated using TypeDoc