DenoDeno.lint.IfStatementinterface Deno.lint.IfStatementunstableExecute a statement the test passes, otherwise the alternate statement, if it was defined. Properties ##type: "IfStatement" #range: Range #test: Expression #consequent: Statement #alternate: Statement | null #parent: Program | StaticBlock | BlockStatement | WithStatement | LabeledStatement | IfStatement | SwitchCase | WhileStatement | DoWhileStatement | ForStatement | ForInStatement | ForOfStatement | TSModuleBlock
interface Deno.lint.IfStatementunstableExecute a statement the test passes, otherwise the alternate statement, if it was defined. Properties ##type: "IfStatement" #range: Range #test: Expression #consequent: Statement #alternate: Statement | null #parent: Program | StaticBlock | BlockStatement | WithStatement | LabeledStatement | IfStatement | SwitchCase | WhileStatement | DoWhileStatement | ForStatement | ForInStatement | ForOfStatement | TSModuleBlock