import { CatchClause } from "https://deno.land/x/ts_morph@16.0.0/ts_morph.d.ts";
Methods
getParent(): NodeParentType<ts.CatchClause>
getParentOrThrow(): NonNullable<NodeParentType<ts.CatchClause>>
getVariableDeclaration(): VariableDeclaration | undefined
Gets this catch clause's variable declaration or undefined if none exists.
Gets this catch clause's variable declaration or throws if none exists.