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.
10 lines (9 loc) • 343 B
JavaScript
;
var __importDefault =
(this && this.__importDefault) ||
function (mod) {
return mod && mod.__esModule ? mod : { default: mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const DownloadManager_1 = __importDefault(require("./modules/DownloadManager"));
module.exports = DownloadManager_1.default;