Skip to main content
Module

x/live/deps.ts>AssignmentExpression

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
interface AssignmentExpression
implements ExpressionBase
import { type AssignmentExpression } from "https://deno.land/x/live@1.51.4/deps.ts";

Properties

type: "AssignmentExpression"
operator: AssignmentOperator
left: Expression | Pattern
right: Expression