Module

Dotenv.Internal.Apply

This module encapsulates the logic for applying settings to the environment.

#applySettings

applySettings :: forall r. Array (Setting ResolvedValue) -> Run (ENVIRONMENT r) (Array (Setting ResolvedValue))

Applies the specified settings to the environment.

Modules