UNPKG

bun-downloader-manager

Version:

bun-download-manager is a simple yet powerful package manager-like download manager built with Bun.js. It allows you to download files sequentially or with a queue-based approach, handling retries and concurrency limits efficiently.

3 lines (2 loc) 89 B
import DownloadManager from "./modules/DownloadManager"; export default DownloadManager;