Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
nconf
Dynamic module nconf
Index
Variables
sources
stores
version
Enumerations
formats
Interfaces
ICallbackFunction
IFileOptions
IOptions
IStore
Classes
Provider
Functions
add
argv
clear
create
defaults
env
file
get
init
key
load
loadFiles
loadFilesSync
loadSources
merge
mergeSources
overrides
path
remove
reset
save
set
use
Variables
sources
:
Array<any>
stores
:
any
version
:
number
Functions
add
(
name
:
string
, options
?:
IOptions
)
:
Provider
Parameters
name:
string
options?:
IOptions
optional
Returns
Provider
argv
(
options
?:
IOptions
)
:
Provider
Parameters
options?:
IOptions
optional
Returns
Provider
clear
(
key
:
string
, callback
?:
ICallbackFunction
)
:
any
Parameters
key:
string
callback?:
ICallbackFunction
optional
Returns
any
create
(
name
:
string
, options
:
IOptions
)
:
IStore
Parameters
name:
string
options:
IOptions
Returns
IStore
defaults
(
options
?:
IOptions
)
:
Provider
Parameters
options?:
IOptions
optional
Returns
Provider
env
(
options
?:
IOptions
)
:
Provider
Parameters
options?:
IOptions
optional
Returns
Provider
file
(
name
:
string
, options
?:
IFileOptions
)
:
Provider
Parameters
name:
string
options?:
IFileOptions
optional
Returns
Provider
file
(
options
:
IFileOptions
)
:
Provider
Parameters
options:
IFileOptions
Returns
Provider
get
(
key
:
string
, callback
?:
ICallbackFunction
)
:
any
Parameters
key:
string
callback?:
ICallbackFunction
optional
Returns
any
init
(
options
?:
IOptions
)
Parameters
options?:
IOptions
optional
key
(
values
?:
Array<any>
)
:
string
Parameters
values?:
Array<any>
optional
Returns
string
load
(
callback
?:
ICallbackFunction
)
:
any
Parameters
callback?:
ICallbackFunction
optional
Returns
any
loadFiles
(
files
:
any
, callback
?:
ICallbackFunction
)
Parameters
files:
any
callback?:
ICallbackFunction
optional
loadFilesSync
(
files
:
any
, callback
?:
ICallbackFunction
)
Parameters
files:
any
callback?:
ICallbackFunction
optional
loadSources
(
)
:
any
Returns
any
merge
(
key
:
string
, value
:
any
, callback
?:
ICallbackFunction
)
:
any
Parameters
key:
string
value:
any
callback?:
ICallbackFunction
optional
Returns
any
mergeSources
(
data
:
any
)
Parameters
data:
any
overrides
(
options
?:
IOptions
)
:
Provider
Parameters
options?:
IOptions
optional
Returns
Provider
path
(
key
:
any
)
:
Array<any>
Parameters
key:
any
Returns
Array<any>
remove
(
name
:
string
)
Parameters
name:
string
reset
(
callback
?:
ICallbackFunction
)
:
any
Parameters
callback?:
ICallbackFunction
optional
Returns
any
save
(
value
:
any
, callback
?:
ICallbackFunction
)
:
any
Parameters
value:
any
callback?:
ICallbackFunction
optional
Returns
any
set
(
key
:
string
, value
:
any
, callback
?:
ICallbackFunction
)
:
any
Parameters
key:
string
value:
any
callback?:
ICallbackFunction
optional
Returns
any
use
(
name
:
string
, options
?:
IOptions
)
:
Provider
Parameters
name:
string
options?:
IOptions
optional
Returns
Provider
Globals
nconf
sources
stores
version
formats
ICallbackFunction
IFileOptions
IOptions
IStore
Provider
add
argv
clear
create
defaults
env
file
get
init
key
load
loadFiles
loadFilesSync
loadSources
merge
mergeSources
overrides
path
remove
reset
save
set
use