Hierarchy

  • Registry

Constructors

Methods

Constructors

Methods

  • Type Parameters

    Parameters

    • name: string
    • factory: Factory<Implementation, []>
    • Optional opts: {
          type?: Type;
      }
      • Optional type?: Type

    Returns void

  • Parameters

    • type: string
    • lookup: ((name: string) => Promise<unknown>)
        • (name: string): Promise<unknown>
        • Parameters

          • name: string

          Returns Promise<unknown>

    Returns void

Generated using TypeDoc