method Node.isTrueLiteralimport { Node } from "https://deno.land/x/fresh@1.6.1/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