method Node.isLeftHandSideExpressionimport { Node } from "https://dotland.deno.dev/x/fresh@1.7.3/src/dev/deps.ts"; isLeftHandSideExpression(node: Node | undefined): node is LeftHandSideExpressionGets if the node is a LeftHandSideExpression. Gets if the node is a LeftHandSideExpression. Parametersnode: Node | undefinedReturnsnode is LeftHandSideExpression