init
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { ZipArchive } from "archiver";
|
||||
|
||||
export function createZipArchive(level = 6): ZipArchive {
|
||||
return new ZipArchive({ zlib: { level } });
|
||||
}
|
||||
Reference in New Issue
Block a user