Skip to main content
Go to Latest
interface LetExpression
import { type LetExpression } from "https://deno.land/x/masx200_leetcode_test@10.0.3/parse-lisp-expression/index.ts";

Properties

type: "LetExpression"
declarations: Array<VariableDeclarator>