🚧 Still under progress. Soon will be finished.

Declaration

TYPE-ALIAS code

Description

What type of nodes are treated as declarations

Value

type Declaration = | ClassDeclaration
    | InterfaceDeclaration
    | FunctionDeclaration
    | VariableDeclaration
    | EnumDeclaration
    | TypeAliasDeclaration