import { CallSignatureDeclaration } from "https://deno.land/x/ts_morph@16.0.0/ts_morph.d.ts";
Methods
getParent(): NodeParentType<ts.CallSignatureDeclaration>
getParentOrThrow(): NonNullable<NodeParentType<ts.CallSignatureDeclaration>>
Gets the structure equivalent to this node.
set(structure: Partial<CallSignatureDeclarationStructure>): this
Sets the node from a structure.