diff --git a/src/services/fs.ts b/src/services/fs.ts index 0a6585664..bac05ae65 100644 --- a/src/services/fs.ts +++ b/src/services/fs.ts @@ -85,6 +85,7 @@ export const getValidPaths = (paths: string[]) => { } }); }; + export const getZipFileStream = async ( zip: StreamZip.StreamZipAsync, filePath: string