DenoDeno.lint.WhileStatementinterface Deno.lint.WhileStatementunstableRun a loop while the test expression is truthy. Properties ##type: "WhileStatement"#range: Range#test: Expression#body: Statement
interface Deno.lint.WhileStatementunstableRun a loop while the test expression is truthy. Properties ##type: "WhileStatement"#range: Range#test: Expression#body: Statement