IfStatement<X>: X & {
    alternate: Statement<X> | null;
    consequent: Statement<X>;
    test: Expression<X>;
    type: "IfStatement";
}

Type Parameters

  • X