import { ClassDeclaration } from "https://dotland.deno.dev/x/ts_morph@18.0.0/ts_morph.d.ts";
Methods
extractInterface(name?: string): InterfaceDeclarationStructure
Extracts an interface declaration structure from the class.
extractStaticInterface(name: string): InterfaceDeclarationStructure
Extracts an interface declaration structure from the static part of the class.
getParent(): NodeParentType<ts.ClassDeclaration>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.ClassDeclaration>>