A namespace containing all default options used by the application.
- Since:
- 2.0.0
- Source:
Members
(static) DownloadOptions
Default options for
function.download
Properties:
Name | Type | Default | Description |
---|---|---|---|
cwd |
string | "." | |
outDir |
string | "." | |
convertAudio |
boolean | false | |
converterOptions |
object | {} | |
quiet |
boolean | false | |
handler |
function | ||
useCache |
boolean | false |
- Source:
(static) GetInfoOptions
Default options for
function.getInfo
Properties:
Name | Type | Default | Description |
---|---|---|---|
useCache |
boolean | true | |
asObject |
boolean | false | |
verbose |
boolean | false |
- Source: