import { TrueLiteral } from "https://deno.land/x/ts_morph@16.0.0/ts_morph.d.ts";
Methods
getLiteralValue(): boolean
Gets the literal value.
getParent(): NodeParentType<ts.TrueLiteral>
getParentOrThrow(): 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.