Skip to main content
Module

x/swdev/swc_wasm/types.ts>BinaryExpression

No bundle frontend by service-worker
Latest
interface BinaryExpression
implements ExpressionBase
import { type BinaryExpression } from "https://deno.land/x/swdev@0.5.2/swc_wasm/types.ts";

Properties

type: "BinaryExpression"
operator: BinaryOperator
right: Expression