method Node.isLiteralExpressionimport { Node } from "https://deno.land/x/fresh@1.3.1/src/dev/deps.ts"; isLiteralExpression(node: Node | undefined): node is LiteralExpressionGets if the node is a LiteralExpression. Gets if the node is a LiteralExpression. Parametersnode: Node | undefined Node to check. Returnsnode is LiteralExpression