🚧 Still under progress. Soon will be finished.

ExportDeclarationNodeType

TYPE-ALIAS code

Value

type ExportDeclarationNodeType = | ts.FunctionDeclaration
    | ts.ClassDeclaration
    | ts.InterfaceDeclaration
    | ts.EnumDeclaration
    | ts.TypeAliasDeclaration
    | ts.VariableStatement