import { TrueLiteral } from "https://dotland.deno.dev/x/ts_morph@18.0.0/ts_morph.d.ts";
Methods
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.