import { GetAccessorDeclaration } from "https://dotland.deno.dev/x/ts_morph@21.0.0/mod.ts";
Methods
getParent(): NodeParentType<ts.GetAccessorDeclaration>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.GetAccessorDeclaration>>
getSetAccessor(): SetAccessorDeclaration | undefined
Gets the corresponding set accessor if one exists.
getSetAccessorOrThrow(message?: string | (() => string)): SetAccessorDeclaration
Gets the corresponding set accessor or throws if not exists.