LoadEnvOptions =
object
Defined in: index.ts:25
Options for loadEnv.
Since
1.0.0
Properties
throwOnError?
optionalthrowOnError:boolean
Defined in: index.ts:31
If true, throws ZodError instead of returning { ok: false }.
Default Value
ts
false