Type alias AsyncRegistryProvider

AsyncRegistryProvider: (() => Promise<promClient.Registry>)

Type declaration

    • (): Promise<promClient.Registry>
    • Asynchronious version of RegistryProvider.

      Returns

      The promise with the registry.

      Returns Promise<promClient.Registry>

Generated using TypeDoc