🔫 Refactoring extractArchive to use Promise.all

This commit is contained in:
2021-05-05 08:36:27 -07:00
parent e2bdb6e190
commit dcec8f8bfc
3 changed files with 34 additions and 26 deletions

View File

@@ -3,7 +3,6 @@ export interface IFolderResponse {
}
export interface IExtractionOptions {
folderDetails: IFolderData;
extractTarget: string;
sourceFolder: string;
targetExtractionFolder: string;