Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

default

  • default(name?: string): Promise<Express>
  • Factory function for creating instances of the {@link Express} application.

    Parameters

    • name: string = 'shopping-chart-api'

      name of {@link Express} application instance.

    Returns Promise<Express>

    an instance of the {@link Express} application object.

Generated using TypeDoc