import { type Types } from "https://deno.land/x/mesozoic@v1.0.3/lib/swc.ts";
const { CatchClause } = Types;
Properties
optional
param: PatternThe param is undefined
if the catch binding is omitted. E.g., try { foo() } catch {}
body: BlockStatement