ts-morph-structures

Home > ts-morph-structures > ExportDeclarationImpl

ExportDeclarationImpl class

Signature:

export default class ExportDeclarationImpl implements ExportDeclarationStructureClassIfc 

Implements: ExportDeclarationStructureClassIfc

Properties

Property Modifiers Type Description
attributes?   ImportAttributeImpl[] (Optional)
isTypeOnly   boolean  
kind readonly StructureKind.ExportDeclaration  
leadingTrivia readonly stringOrWriterFunction[]  
moduleSpecifier?   string (Optional)
namedExports readonly (ExportSpecifierImpl | stringOrWriterFunction)[]  
namespaceExport?   string (Optional)
trailingTrivia readonly stringOrWriterFunction[]  

Methods

Method Modifiers Description
clone(source) static  
toJSON()