Skip to main content
Module

x/ts_morph/ts_morph.d.ts>DefinitionInfo

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
class DefinitionInfo
import { DefinitionInfo } from "https://deno.land/x/ts_morph@15.1.0/ts_morph.d.ts";

Definition info.

Constructors

new
protected
DefinitionInfo()

Type Parameters

optional
TCompilerObject extends ts.DefinitionInfo = ts.DefinitionInfo

Methods

getContainerKind(): ts.ScriptElementKind

Gets the container kind.

Gets the container name.

getDeclarationNode(): Node | undefined

Gets the declaration node.

getKind(): ts.ScriptElementKind

Gets the kind.

getName(): string

Gets the name.