method Node.isSuperExpressionimport { Node } from "https://deno.land/x/fresh@1.6.0/src/dev/deps.ts"; isSuperExpression(node: Node | undefined): node is SuperExpressionGets if the node is a SuperExpression. Gets if the node is a SuperExpression. Parametersnode: Node | undefinedReturnsnode is SuperExpression