🚧
Still under progress. Soon will be finished.
Description
What type of nodes are treated as declarations
Value
type Declaration = | ClassDeclaration
| InterfaceDeclaration
| FunctionDeclaration
| VariableDeclaration
| EnumDeclaration
| TypeAliasDeclaration