Linting fixes

This commit is contained in:
Sankalp Kotewar
2022-08-03 14:12:16 +00:00
parent 7cb82599d4
commit c89375df9f
2 changed files with 30 additions and 35 deletions

View File

@@ -45,16 +45,14 @@ export interface DownloadOptions {
*
* @default 30000
*/
timeoutInMs?: number
timeoutInMs?: number
/**
* Time after which download should be aborted if stuck
*
* @default 2700000
*/
abortTimeInMs?: number
abortTimeInMs?: number
}
/**