Type Alias BreakStatement<X>

BreakStatement<X>: X & {
    label: LabelIdentifier<X> | null;
    type: "BreakStatement";
}

Type Parameters

  • X