@karmaniverous/get-dotenv
GitHub
Preparing search index...
core/GetDotenvOptions
InferGetDotenvVarsFromConfig
Type Alias InferGetDotenvVarsFromConfig<T>
InferGetDotenvVarsFromConfig
:
T
extends
{
vars
?:
infer
V
}
?
V
extends
Record
<
string
,
string
|
undefined
>
?
V
:
never
:
never
Compile-time helper to derive the Vars shape from a typed getdotenv config document.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@karmaniverous/get-dotenv
Loading...
Compile-time helper to derive the Vars shape from a typed getdotenv config document.