Module

Dotenv.Internal.Apply

Package
purescript-dotenv
Repository
nsaunders/purescript-dotenv

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

#apply Source

apply :: forall r. Array (Setting UnresolvedValue) -> Run (CHILD_PROCESS + ENVIRONMENT + r) Unit

Applies the specified settings to the environment.