Skip to content

Commit

Permalink
fix(types): export downloads enums
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Sep 22, 2024
1 parent 3e7d45f commit 6b70969
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ import DownloadEngineMultiDownload from "./download/download-engine/engine/downl
import HttpError from "./download/download-engine/streams/download-engine-fetch-stream/errors/http-error.js";
import BaseDownloadEngine from "./download/download-engine/engine/base-download-engine.js";
import {InvalidOptionError} from "./download/download-engine/engine/error/InvalidOptionError.js";
import {DownloadFlags, DownloadStatus} from "./download/download-engine/download-file/progress-status-file.js";

export {
DownloadFlags,
DownloadStatus,
downloadFileBrowser,
downloadSequenceBrowser,
EmptyResponseError,
Expand Down
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ import HttpError from "./download/download-engine/streams/download-engine-fetch-
import BaseDownloadEngine from "./download/download-engine/engine/base-download-engine.js";
import {InvalidOptionError} from "./download/download-engine/engine/error/InvalidOptionError.js";
import {BaseMultiProgressBar, MultiProgressBarOptions} from "./download/transfer-visualize/transfer-cli/multiProgressBars/BaseMultiProgressBar.js";
import {DownloadFlags, DownloadStatus} from "./download/download-engine/download-file/progress-status-file.js";


export {
DownloadFlags,
DownloadStatus,
downloadFile,
downloadSequence,
BaseMultiProgressBar,
Expand Down

0 comments on commit 6b70969

Please sign in to comment.