Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ExportedClassName

This class is exported under a different name. The exported name is "ExportedClassName"

export {NotExportedClassName as ExportedClassName};

Hierarchy

  • ExportedClassName

Index

Constructors

Properties

Methods

Constructors

constructor

  • This is the constructor of the NotExportedClassName class.

    Returns ExportedClassName

Properties

notExportedProperty

notExportedProperty: string

Property of NotExportedClassName class.

Methods

getNotExportedProperty

  • getNotExportedProperty(): string
  • Method of NotExportedClassName class.

    Returns string

Generated using TypeDoc