Module

Dotenv.Internal.Apply

Package
purescript-dotenv
Repository
nicholassaunders/purescript-dotenv

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

#applySettings Source

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

Applies the specified settings to the environment.