ts-morph-structures

Home > ts-morph-structures > InferTypeStructureImpl

InferTypeStructureImpl class

Signature:

export default class InferTypeStructureImpl extends TypeStructuresWithTypeParameters<TypeStructureKind.Infer> 

Extends: TypeStructuresWithTypeParameters<TypeStructureKind.Infer>

Example

infer <type> (extends <type>)?

Constructors

Constructor Modifiers Description
(constructor)(typeParameter)   Constructs a new instance of the InferTypeStructureImpl class

Properties

Property Modifiers Type Description
kind readonly TypeStructureKind.Infer  
typeParameter   TypeParameterDeclarationImpl  
writerFunction readonly WriterFunction  

Methods

Method Modifiers Description
clone(other) static