method Node.isThisExpressionimport { Node } from "https://dotland.deno.dev/x/ts_morph@21.0.0/mod.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