Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new ImportStatement(moduleName: string, imports?: string[]): ImportStatement

Properties

Protected children

children: Node[]

Private imports

imports: Set<string>

Readonly moduleName

moduleName: string

Methods

addChild

  • addChild<T>(child: T): T

addChildren

  • addChildren<T>(children: T[]): void

addImports

  • addImports(imports: string[]): void

serialize

  • serialize(): string

Generated using TypeDoc