method Node.isLeftHandSideExpressionimport { Node } from "https://deno.land/x/fresh@1.6.1/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