Skip to content

zod-envkit


LoadEnvOptions = object

Defined in: index.ts:25

Options for loadEnv.

Since

1.0.0

Properties

throwOnError?

optional throwOnError: boolean

Defined in: index.ts:31

If true, throws ZodError instead of returning { ok: false }.

Default Value

ts
false

Released under the MIT License.