Type Alias UnaryOperator

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