import { type JSDocPropertyLikeTag } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
getTypeExpression(): JSDocTypeExpression | undefined
Gets the type expression node of the JS doc tag if it exists.
getTypeExpressionOrThrow(message?: string | (() => string)): JSDocTypeExpression
Gets the type expression node of the JS doc tag or throws if it doesn't exist.
getNameNode(): EntityName
Gets the name node of the JS doc property like tag.
import { JSDocPropertyLikeTag } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Type Parameters
T extends Constructor<JSDocPropertyLikeTagExtensionType>
Parameters
Base: T