import { type Types } from "https://deno.land/x/mesozoic@v1.2.6/lib/swc.ts";
const { ForStatement } = Types;
Properties
optional
init: VariableDeclaration | Expressionoptional
test: Expressionoptional
update: Expressionbody: Statement
import { type Types } from "https://deno.land/x/mesozoic@v1.2.6/lib/swc.ts";
const { ForStatement } = Types;