DenoDeno.lint.VariableDeclarationinterface Deno.lint.VariableDeclarationunstableVariable declaration. Properties ##type: "VariableDeclaration" #range: Range #declare: boolean #kind: "let" | "var" | "const" | "await using" | "using" #declarations: VariableDeclarator[]
interface Deno.lint.VariableDeclarationunstableVariable declaration. Properties ##type: "VariableDeclaration" #range: Range #declare: boolean #kind: "let" | "var" | "const" | "await using" | "using" #declarations: VariableDeclarator[]