Skip to main content
Module

x/ts_morph/ts_morph.d.ts>CallSignatureDeclaration

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
class CallSignatureDeclaration
extends CallSignatureDeclarationBase<ts.CallSignatureDeclaration>
import { CallSignatureDeclaration } from "https://deno.land/x/ts_morph@15.1.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.