Skip to content

Commit

Permalink
fix: export type
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Sep 1, 2023
1 parent 75fd60f commit c40fb4e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
import pullFileCLI from "./download/index.js";
import CLIPullProgress from "./download/cli-pull-progress.js";
import {IStreamProgress} from "./download/stream-progress/istream-progress.js";
import {truncateText} from "./utils/truncate-text.js";
import CopyProgress from "./download/stream-progress/copy-progress.js";
import FastDownload from "./download/stream-progress/fast-download.js";
import {IStreamProgress} from "./download/stream-progress/istream-progress.js";

export {
pullFileCLI,
CLIPullProgress,
truncateText,
CopyProgress,
FastDownload
};

export type {
FastDownload,
IStreamProgress
};

0 comments on commit c40fb4e

Please sign in to comment.