import { SwitchStatement } from "https://dotland.deno.dev/x/ts_morph@20.0.0/ts_morph.d.ts";
Methods
getParent(): NodeParentType<ts.SwitchStatement>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.SwitchStatement>>
removeClauses(indexRange: [number, number]): CaseBlock
Removes the specified clauses based on the provided index range.