Home > ts-morph-structures > InferTypeStructureImpl
Signature:
export default class InferTypeStructureImpl extends TypeStructuresWithTypeParameters<TypeStructureKind.Infer> 
Extends: TypeStructuresWithTypeParameters<TypeStructureKind.Infer>
infer <type> (extends <type>)?
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(typeParameter) | Constructs a new instance of the InferTypeStructureImplclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| kind | readonly | TypeStructureKind.Infer | |
| typeParameter | TypeParameterDeclarationImpl | ||
| writerFunction | readonly | WriterFunction | 
| Method | Modifiers | Description | 
|---|---|---|
| clone(other) | static |