1 2 3
import { ASTNode } from "./common"; export type Evaluate<Node extends ASTNode> = "Not implemented";