DenoDeno.lint.ForStatementinterface Deno.lint.ForStatementunstableClassic for-loop. Properties ##type: "ForStatement"#range: Range#init: Expression | VariableDeclaration | null#test: Expression | null#update: Expression | null#body: Statement
interface Deno.lint.ForStatementunstableClassic for-loop. Properties ##type: "ForStatement"#range: Range#init: Expression | VariableDeclaration | null#test: Expression | null#update: Expression | null#body: Statement