import { StringLiteral } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
getLiteralValue(): string
Gets the literal value.
This is equivalent to .getLiteralText() for string literals and only exists for consistency with other literals.
getParent(): NodeParentType<ts.StringLiteral>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.StringLiteral>>
Gets the quote kind.
setLiteralValue(value: string): this
Sets the literal value.