CatchClause<X>: X & {
    body: BlockStatement<X>;
    param: Pattern<X> | null;
    type: "CatchClause";
}

Type Parameters

  • X