Options
All
  • Public
  • Public/Protected
  • All
Menu

This class is exported via es6 export syntax.

export default class DefaultExportedClass

Hierarchy

  • default

Index

Constructors

Properties

Methods

Constructors

constructor

  • This is the constructor of the default exported class.

    Returns default

Properties

exportedProperty

exportedProperty: string

Property of default exported class.

Methods

getExportedProperty

  • getExportedProperty(): string
  • Method of default exported class.

    Returns string

Generated using TypeDoc