method Node.isUnaryExpressionimport { Node } from "https://dotland.deno.dev/x/fresh@1.7.3/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