Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ts_morph/mod.ts>JSDocPropertyTag

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

JS doc property tag node.

Methods

getParent(): NodeParentType<ts.JSDocPropertyTag>
getParentOrThrow(): NonNullable<NodeParentType<ts.JSDocPropertyTag>>