ts-morph-structures

Home > ts-morph-structures > ExportSpecifierImpl

ExportSpecifierImpl class

Signature:

export default class ExportSpecifierImpl implements ExportSpecifierStructureClassIfc 

Implements: ExportSpecifierStructureClassIfc

Constructors

Constructor Modifiers Description
(constructor)(name)   Constructs a new instance of the ExportSpecifierImpl class

Properties

Property Modifiers Type Description
alias?   string (Optional)
isTypeOnly   boolean  
kind readonly StructureKind.ExportSpecifier  
leadingTrivia readonly stringOrWriterFunction[]  
name   string  
trailingTrivia readonly stringOrWriterFunction[]  

Methods

Method Modifiers Description
clone(source) static  
toJSON()