• Iterates over the files in a Packwiz index and downloads them concurrently.

    Parameters

    • packwiz: Packwiz
    • side: Side

      The side to download files for (e.g., "client", "server", or "both").

    • path: Resource = ...

      The path to save the downloaded files. Defaults to the current working directory.

    • concurrencyLimit: number = 5

      The maximum number of concurrent downloads.

    Returns Promise<void>

    A promise that resolves when all files have been downloaded.