🚧
Still under progress. Soon will be finished.
Description
Represents the reflected intersection type.
For example: type foo = string & number
Methods
-
getContext
codegetContext(): ProjectContextReturns
ProjectContext: -
getTSNode
codegetTSNode(): IntersectionTypeNodeReturns
IntersectionTypeNode: -
getTSType
codegetTSType(): TypeReturns
Type: -
getKind
codegetKind(): TypeKindReturns
TypeKind: -
getText
codegetText(): stringReturns
string: -
getElements
codegetElements(): ReflectedTypeNode<TypeNode>[]Returns
ReflectedTypeNode<TypeNode>[]: -
serialize
codeSerializes the reflected type
serialize(): TypeReturns
Type:The type as a serializable object