ts-morph-structures

Home > ts-morph-structures > PrefixOperatorsTypeStructureImpl

PrefixOperatorsTypeStructureImpl class

("..." | "keyof" | "typeof" | "readonly" | "unique")[] (object type)

Signature:

export default class PrefixOperatorsTypeStructureImpl extends TypeStructuresBase<TypeStructureKind.PrefixOperators> 

Extends: TypeStructuresBase<TypeStructureKind.PrefixOperators>

Constructors

Constructor Modifiers Description
(constructor)(operators, objectType)   Constructs a new instance of the PrefixOperatorsTypeStructureImpl class

Properties

Property Modifiers Type Description
kind readonly (not declared)  
objectType   TypeStructures  
operators   PrefixUnaryOperator[]  
writerFunction readonly WriterFunction  

Methods

Method Modifiers Description
clone(other) static