import { type CatchClause } from "https://deno.land/x/deco@1.75.1/deps.ts";
Properties
optional
param: PatternThe param is undefined
if the catch binding is omitted. E.g., try { foo() } catch {}
body: BlockStatement
import { type CatchClause } from "https://deno.land/x/deco@1.75.1/deps.ts";
The param is undefined
if the catch binding is omitted. E.g., try { foo() } catch {}