Preparing search index...
The search index is not available
nest-typed-config
nest-typed-config
dotenvLoader
Function dotenvLoader
dotenv
Loader
(
options
?
)
:
(
(
)
=>
Record
<
string
,
any
>
)
Dotenv loader loads configuration with
dotenv
.
Parameters
options
:
DotenvLoaderOptions
= {}
Returns
(
(
)
=>
Record
<
string
,
any
>
)
(
)
:
Record
<
string
,
any
>
Returns
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
nest-typed-config
TypedConfigModule
DirectoryLoaderOptions
DotenvLoaderOptions
FileLoaderOptions
RemoteLoaderOptions
SelectConfigOptions
TypedConfigModuleAsyncOptions
TypedConfigModuleOptions
AsyncConfigLoader
ConfigLoader
RemoteLoaderConfigType
directoryLoader
dotenvLoader
fileLoader
remoteLoader
selectConfig
Generated using
TypeDoc
Dotenv loader loads configuration with
dotenv
.