electron-dl-manager
Version:
A library for implementing file downloads in Electron with 'save as' dialog and id support.
10 lines (9 loc) • 352 B
TypeScript
export * from "./types";
export * from "./ElectronDownloadManager";
export * from "./CallbackDispatcher";
export * from "./DownloadData";
export * from "./DownloadInitiator";
export * from "./ElectronDownloadManagerMock";
export { getFilenameFromMime } from "./utils";
export { generateRandomId } from "./utils";
export { truncateUrl } from "./utils";