ts-morph-structures

Home > ts-morph-structures > ExportAssignmentImpl

ExportAssignmentImpl class

Signature:

export default class ExportAssignmentImpl implements ExportAssignmentStructureClassIfc 

Implements: ExportAssignmentStructureClassIfc

Constructors

Constructor Modifiers Description
(constructor)(expression)   Constructs a new instance of the ExportAssignmentImpl class

Properties

Property Modifiers Type Description
docs readonly (JSDocImpl | string)[]  
expression   stringOrWriterFunction  
isExportEquals   boolean  
kind readonly StructureKind.ExportAssignment  
leadingTrivia readonly stringOrWriterFunction[]  
trailingTrivia readonly stringOrWriterFunction[]  

Methods

Method Modifiers Description
clone(source) static  
toJSON()