Skip to main content
Module

x/swdev/swc_wasm/types.ts>SwitchCase

No bundle frontend by service-worker
Latest
interface SwitchCase
implements Node, HasSpan
import { type SwitchCase } from "https://deno.land/x/swdev@0.5.2/swc_wasm/types.ts";

Properties

type: "SwitchCase"
optional
test: Expression

Undefined for default case

consequent: Statement[]