Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

argument

argument: Expression

end

end: number | null

innerComments

innerComments: ReadonlyArray<Comment> | null

leadingComments

leadingComments: ReadonlyArray<Comment> | null

loc

loc: SourceLocation | null

operator

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

prefix

prefix: boolean

start

start: number | null

trailingComments

trailingComments: ReadonlyArray<Comment> | null

type

type: "UnaryExpression"

Generated using TypeDoc