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

    Function interpolateDeep

    • Deeply interpolate string leaves against envRef. Arrays are not recursed into; they are returned unchanged.

      Type Parameters

      • T

        Shape of the input value.

      Parameters

      • value: T

        Input value (object/array/primitive).

      • envRef: ProcessEnv

        Reference environment for interpolation.

      Returns T

      A new value with string leaves interpolated.