🚧
Still under progress. Soon will be finished.
Description
Represents any type that we weren’t able to associate with any of the existing types.
Also, the unknown keyword is reflected using this node.
Methods
-
getContext
codegetContext(): ProjectContextReturns
ProjectContext: -
getTSNode
codegetTSNode(): TypeNode | nullReturns
TypeNode | null: -
getTSType
codegetTSType(): TypeReturns
Type: -
getKind
codegetKind(): TypeKindReturns
TypeKind: -
getText
codegetText(): stringReturns
string: -
serialize
codeSerializes the reflected type
serialize(): TypeReturns
Type:The type as a serializable object