import { type ForOfStatement } from "https://deno.land/x/deco@1.75.1/deps.ts";
Properties
optional
await: SpanSpan of the await token.
es2018 for-await-of statements, e.g., for await (const x of xs) {
left: VariableDeclaration | Pattern
right: Expression
body: Statement