IfStatementinterface IfStatement extends Node, HasSpan {alternate?: Statement;consequent: Statement;test: Expression;type: "IfStatement";}§Extends§Node[src]§HasSpan[src]§Properties§alternate?: Statement[src]§consequent: Statement[src]§test: Expression[src]§type: "IfStatement"[src]