method Node.isTrueLiteralimport { Node } from "https://dotland.deno.dev/x/fresh@1.7.3/src/dev/deps.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