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