Class SubTypesHelper

Constructors

Methods

  • Returns Promise<void>

  • Gets a list of all subtypes for a typePath, including the type at the typePath. Uses caching to resolve the same set of types if asked for multiple times.

    Parameters

    • typePath: any

    Returns Promise<any>

  • Parameters

    • typePath: any

    Returns Promise<TypeListEntry[]>

  • Parameters

    • types: any

    Returns TypeListEntry[]

Generated using TypeDoc