VariableDeclaratorinterface VariableDeclarator extends Node, HasSpan {definite: boolean;id: Pattern;init?: Expression;type: "VariableDeclarator";}§Extends§Node[src]§HasSpan[src]§Properties§definite: boolean[src]§id: Pattern[src]§init?: Expression[src]§type: "VariableDeclarator"[src]