import { CaseBlock } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
Gets the clauses.
getParent(): NodeParentType<ts.CaseBlock>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.CaseBlock>>
removeClause(index: number): this
Removes the clause at the specified index.
removeClauses(indexRange: [number, number]): this
Removes the clauses in the specified range.