Options
All
  • Public
  • Public/Protected
  • All
Menu

A catalog based on one or more JavaScript modules of the current application (e.g.).

Hierarchy

Implements

Index

Constructors

constructor

Properties

Optional options

Accessors

application

  • get application(): Process
  • Gets the underlying application (process),

    Returns Process

Methods

getClasses

  • getClasses(): Promise<any[]>

getClassesSync

  • getClassesSync(): any[]

Private getGlobOptions

  • getGlobOptions(): Options
  • Returns Options

Private getPatterns

  • getPatterns(): string[]
  • Returns string[]

Private loadClasses

  • loadClasses(files: string[]): any[]
  • Parameters

    • files: string[]

    Returns any[]

Generated using TypeDoc