ts-morph-structures

Home > ts-morph-structures > ImportSpecifierImpl

ImportSpecifierImpl class

Signature:

export default class ImportSpecifierImpl implements ImportSpecifierStructureClassIfc 

Implements: ImportSpecifierStructureClassIfc

Constructors

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

Properties

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

Methods

Method Modifiers Description
clone(source) static  
toJSON()