Skip to main content
Module

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

Compile your Deno project to run on Node.js.
Latest
class JSDocTagInfo
import { JSDocTagInfo } from "https://deno.land/x/deno2node@v1.12.0/src/deps.deno.ts";

JS doc tag info.

Constructors

new
private
JSDocTagInfo()

Properties

readonly
compilerObject: ts.JSDocTagInfo

Gets the compiler JS doc tag info.

Methods

getName(): string

Gets the name.

getText(): ts.SymbolDisplayPart[]

Gets the text.