Type Alias BlockStatement<X>

BlockStatement<X>: X & {
    body: Statement<X>[];
    type: "BlockStatement";
}

Type Parameters

  • X