🚧
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(): ProjectContext
Returns
ProjectContext
: -
getTSNode
codegetTSNode(): TypeNode | null
Returns
TypeNode | null
: -
getTSType
codegetTSType(): Type
Returns
Type
: -
getKind
codegetKind(): TypeKind
Returns
TypeKind
: -
getText
codegetText(): string
Returns
string
: -
serialize
codeSerializes the reflected type
serialize(): Type
Returns
Type
:The type as a serializable object