iink-ts - v4.0.0
    Preparing search index...

    Function assertServerConfig

    • Assert that server config has both scheme and host. Throws if either is missing.

      Parameters

      • server: { host?: string; scheme?: string } | undefined
      • errorPrefix: string

      Returns asserts server is { host: string; scheme: string }