Skip to main content
Module

x/live/deps.ts>CatchClause

Deno Compose is a modern visual editor and app framework for dynamic, high-performance sites.
Very Popular
Go to Latest
interface CatchClause
implements Node, HasSpan
import { type CatchClause } from "https://deno.land/x/live@1.45.1/deps.ts";

Properties

type: "CatchClause"
optional
param: Pattern

The param is undefined if the catch binding is omitted. E.g., try { foo() } catch {}