@forge/cli-shared

9.4.1-next.3-experimental-e9e08bb9.4.1-next.4
out/file-system/archiver.d.ts
~out/file-system/archiver.d.tsModified
+1−1
Index: package/out/file-system/archiver.d.ts
===================================================================
--- package/out/file-system/archiver.d.ts
+++ package/out/file-system/archiver.d.ts
@@ -24,9 +24,9 @@
     private onClose;
 }
 export declare class DirectoryArchiver extends Archiver {
     private readonly target;
-    constructor(target: string);
+    constructor(target: string, clear?: boolean);
     addContent(fileName: string, contents: Buffer): void;
     addFrom(fileName: string, filePath: string): void;
     finalise(): Promise<string>;
 }