method Node.isUnaryExpressionimport { Node } from "https://deno.land/x/fresh@1.6.1/src/dev/deps.ts"; isUnaryExpression(node: Node | undefined): node is UnaryExpressionGets if the node is a UnaryExpression. Gets if the node is a UnaryExpression. Parametersnode: Node | undefinedReturnsnode is UnaryExpression