method Node.isTrueLiteralimport { Node } from "https://deno.land/x/fresh@1.3.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 | undefined Node to check. Returnsnode is TrueLiteral