import { JSDocTemplateTag } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
JS doc template tag node.
Methods
getConstraint(): JSDocTypeExpression | undefined
Gets the template tag's constraint if it exists or returns undefined.
getConstraintOrThrow(message?: string | (() => string)): JSDocTypeExpression
Gets the template tag's constraint if it exists or throws otherwise.
getParent(): NodeParentType<ts.JSDocTemplateTag>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.JSDocTemplateTag>>