Skip to main content
Module

x/composable/deps.ts>SwitchCase

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 SwitchCase
implements Node, HasSpan
import { type SwitchCase } from "https://deno.land/x/composable@1.31.9/deps.ts";

Properties

type: "SwitchCase"
optional
test: Expression

Undefined for default case

consequent: Statement[]