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