import { TemplateExpression } from "https://dotland.deno.dev/x/ts_morph@21.0.0/mod.ts";
Methods
getParent(): NodeParentType<ts.TemplateExpression>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.TemplateExpression>>
setLiteralValue(value: string): Node<ts.Node>
Sets the literal value.
Note: This could possibly replace the node if you remove all the tagged templates.