@ckir/corelib - v0.1.13
    Preparing search index...

    Function endPoints

    • Makes parallel HTTP requests to multiple URLs.

      Type Parameters

      • T = unknown

        The expected response body type for each request.

      Parameters

      • urls: (string | URL | Request)[]

        Array of URLs or Request objects to fetch.

      • options: Options = {}

        Optional ky configuration to apply to all requests.

      Returns Promise<RequestResult<T>[]>

      A Promise resolving to an array of RequestResults (in input order).