Module

x/ts_morph/mod.ts>TemplateHead

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

Methods

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