class NoSubstitutionTemplateLiteral
extends NoSubstitutionTemplateLiteralBase<ts.NoSubstitutionTemplateLiteral>
import { NoSubstitutionTemplateLiteral } from "https://dotland.deno.dev/x/ts_morph@18.0.0/mod.ts";
Methods
getParent(): NodeParentType<ts.NoSubstitutionTemplateLiteral>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.NoSubstitutionTemplateLiteral>>
setLiteralValue(value: string): TemplateLiteral
Sets the literal value.
Note: This could possibly replace the node if you add a tagged template.