internetarchive-ts - v0.1.0
Preparing search index...
IaItemDownloadParams
Type Alias IaItemDownloadParams
Beta
IaItemDownloadParams
:
{
checksum
?:
boolean
;
destdir
?:
string
;
dryRun
?:
boolean
;
excludePattern
?:
string
;
files
?:
string
|
string
[]
;
formats
?:
string
|
string
[]
;
globPattern
?:
string
;
ignoreErrors
?:
boolean
;
ignoreExisting
?:
boolean
;
ignoreHistoryDir
?:
boolean
;
itemIndex
?:
number
;
noChangeTimestamp
?:
boolean
;
noDirectory
?:
boolean
;
onTheFly
?:
boolean
;
params
?:
HttpParams
;
retries
?:
number
;
returnResponses
?:
boolean
;
stdout
?:
boolean
;
timeout
?:
number
;
verbose
?:
boolean
;
}
&
(
|
{
excludeSource
?:
undefined
;
source
?:
string
|
string
[]
}
|
{
excludeSource
?:
string
|
string
[]
;
source
?:
undefined
}
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
internetarchive-ts - v0.1.0
Loading...