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

    Type Alias InferPluginConfig<P>

    InferPluginConfig: P extends PluginWithInstanceHelpers<
        GetDotenvOptions,
        infer C,
    >
        ? Readonly<C>
        : never

    Helper to infer the configuration type from a PluginWithInstanceHelpers type.

    Type Parameters

    • P