🚧
Still under progress. Soon will be finished.
Description
Represents the reflected function type
For example: () => void
Methods
-
getContext
codegetContext(): ProjectContextReturns
ProjectContext: -
getTSNode
codegetTSNode(): FunctionTypeNodeReturns
FunctionTypeNode: -
getTSType
codegetTSType(): TypeReturns
Type: -
getKind
codegetKind(): TypeKindReturns
TypeKind: -
getText
codegetText(): stringReturns
string: -
getTypeParameters
codegetTypeParameters(): TypeParameterNode[]Returns
TypeParameterNode[]: -
getParameters
codegetParameters(): ParameterNode[]Returns
ParameterNode[]: -
getReturnType
codegetReturnType(): ReflectedTypeNode<TypeNode>Returns
ReflectedTypeNode<TypeNode>: -
serialize
codeSerializes the reflected type
serialize(): TypeReturns
Type:The type as a serializable object