method Node.isSuperExpressionimport { Node } from "https://dotland.deno.dev/x/ts_morph@15.1.0/ts_morph.d.ts"; isSuperExpression(node: Node | undefined): node is SuperExpressionGets if the node is a SuperExpression. Gets if the node is a SuperExpression. Parametersnode: Node | undefined Node to check. Returnsnode is SuperExpression