import { TrueLiteral } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
getLiteralValue(): boolean
Gets the literal value.
getParent(): NodeParentType<ts.TrueLiteral>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.TrueLiteral>>
setLiteralValue(value: boolean): this | FalseLiteral
Sets the literal value.
Note: This forgets the current node and returns the new node if the value changes.