Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ModuleDeclaration

Module (namespace) declaration. Does export a whole module or namespace that is mainly used by external declaration files.

export
class

ModuleDeclaration

implements

{Declaration}

Hierarchy

  • ModuleDeclaration

Implements

Index

Constructors

Properties

Constructors

constructor

  • new ModuleDeclaration(name: string, start?: undefined | number, end?: undefined | number): ModuleDeclaration

Properties

Optional end

end: undefined | number

name

name: string

Optional start

start: undefined | number

Generated using TypeDoc