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