DenoDeno.lint.UnaryExpressioninterface Deno.lint.UnaryExpressionunstableApply operand on value based on the specified operator. Properties ##type: "UnaryExpression" #range: Range #operator: "!" | "+" | "~" | "-" | "delete" | "typeof" | "void" #argument: Expression
interface Deno.lint.UnaryExpressionunstableApply operand on value based on the specified operator. Properties ##type: "UnaryExpression" #range: Range #operator: "!" | "+" | "~" | "-" | "delete" | "typeof" | "void" #argument: Expression