method Node.isExpressionimport { Node } from "https://deno.land/x/fresh@1.5.3/src/dev/deps.ts"; isExpression(node: Node | undefined): node is ExpressionGets if the node is an Expression. Gets if the node is an Expression. Parametersnode: Node | undefined Node to check. Returnsnode is Expression