method Node.isThisExpressionimport { Node } from "https://dotland.deno.dev/x/fresh@1.1.1/src/dev/deps.ts"; isThisExpression(node: Node | undefined): node is ThisExpressionGets if the node is a ThisExpression. Gets if the node is a ThisExpression. Parametersnode: Node | undefined Node to check. Returnsnode is ThisExpression