Skip to main content
Module

x/deno2node/src/deps.deno.ts>DefinitionInfo

Compile your Deno project to run on Node.js.
Go to Latest
class DefinitionInfo
import { DefinitionInfo } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.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.