VariableDeclarationKind Enum
Specifies the type of variable declaration.
public enum VariableDeclarationKind
Fields
Name | Description |
---|---|
Constant | A constant declared with the |
Hoisted | A variable declared with the |
Scoped | A variable declared with the |