@karmaniverous/get-dotenv
    Preparing search index...

    Type Alias GetDotenvOptions

    GetDotenvOptions: z.core.output<typeof getDotenvOptionsSchemaResolved> & {
        dynamic?: GetDotenvDynamic;
        logger: Logger;
    }

    Canonical programmatic options type (schema-derived). This type is the single source of truth for programmatic options.

    Type Declaration

    • Optionaldynamic?: GetDotenvDynamic

      Compile-time overlay: narrowed dynamic map for DX (schema stores unknown).

    • logger: Logger

      Compile-time overlay: narrowed logger for DX (schema stores unknown).