feat!: Download and extract from stream

This commit is contained in:
Lucàs
2024-09-24 14:35:30 +02:00
parent 0382499c0d
commit 5a00871319
18 changed files with 249 additions and 251 deletions
+6
View File
@@ -0,0 +1,6 @@
export { default as ArchiveExtractor } from "./ArchiveExtractor";
export {
default as ArchiveExtractorFactory,
ArchiveType,
} from "./ArchiveExtractorFactory";
export { default as ZipExtractor } from "./ZipExtractor";