interface Deno.lint.VariableDeclarator
unstable
A VariableDeclaration can declare multiple variables. This node represents a single declaration out of that.
Properties #
#init: Expression | null
A VariableDeclaration can declare multiple variables. This node represents a single declaration out of that.
#init: Expression | null