Skip to main content
Module

x/live/deps.ts>CatchClause

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Very Popular
Go to Latest
interface CatchClause
implements Node, HasSpan
import { type CatchClause } from "https://deno.land/x/live@1.35.7/deps.ts";

Properties

type: "CatchClause"
optional
param: Pattern

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