method Node.isTrueLiteralimport { Node } from "https://dotland.deno.dev/x/ts_morph@21.0.0/mod.ts"; isTrueLiteral(node: Node | undefined): node is TrueLiteralGets if the node is a TrueLiteral. Gets if the node is a TrueLiteral. Parametersnode: Node | undefinedReturnsnode is TrueLiteral