ts-morph-structures

Home > ts-morph-structures > VariableStatementImpl

VariableStatementImpl class

Signature:

export default class VariableStatementImpl implements VariableStatementStructureClassIfc 

Implements: VariableStatementStructureClassIfc

Properties

Property Modifiers Type Description
declarationKind?   VariableDeclarationKind (Optional)
declarations readonly VariableDeclarationImpl[]  
docs readonly (JSDocImpl | string)[]  
hasDeclareKeyword   boolean  
isDefaultExport   boolean  
isExported   boolean  
kind readonly StructureKind.VariableStatement  
leadingTrivia readonly stringOrWriterFunction[]  
trailingTrivia readonly stringOrWriterFunction[]  

Methods

Method Modifiers Description
clone(source) static  
toJSON()