Skip to main content
Module

x/ts_morph/ts_morph.d.ts>JSDocAllType

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

JS doc all type.

Methods

getParent(): NodeParentType<ts.JSDocAllType>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.JSDocAllType>>