Function remoteLoader

  • Async loader loads configuration at remote endpoint.

    Type Parameters

    • T = any

    Parameters

    • url: string

      Remote location of configuration

    • options: RemoteLoaderOptions = {}

      options to configure async loader, support all axios options

    Returns (() => Promise<T>)

      • (): Promise<T>
      • Returns Promise<T>

Generated using TypeDoc