DenoDeno.lint.LogicalExpressioninterface Deno.lint.LogicalExpressionunstableChain expressions based on the operator specified Properties ##type: "LogicalExpression" #range: Range #operator: "&&" | "??" | "||" #left: Expression #right: Expression
interface Deno.lint.LogicalExpressionunstableChain expressions based on the operator specified Properties ##type: "LogicalExpression" #range: Range #operator: "&&" | "??" | "||" #left: Expression #right: Expression