Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UnaryExpression

Hierarchy

  • Node
    • UnaryExpression

Index

Properties

argument

argument: Expression

end

end: number

Optional innerComments

innerComments: Comment[]

Optional leadingComments

leadingComments: Comment[]

loc

operator

operator: "-" | "+" | "!" | "~" | "typeof" | "void" | "delete"

prefix

prefix: boolean

start

start: number

Optional trailingComments

trailingComments: Comment[]

type

type: "UnaryExpression"

Generated using TypeDoc