Refactor code

This commit is contained in:
Sampark Sharma
2022-11-28 10:24:40 +00:00
committed by GitHub
parent 0822441ee0
commit 0fd856d0a0
3 changed files with 118 additions and 130 deletions
+5
View File
@@ -11,6 +11,11 @@ export enum CompressionMethod {
Zstd = 'zstd'
}
export enum ArchiveToolType {
GNU = 'gnu',
BSD = 'bsd'
}
// The default number of retry attempts.
export const DefaultRetryAttempts = 2