Module
Dotenv.Internal.Environment
- Package
- purescript-dotenv
- Repository
- nsaunders/purescript-dotenv
This module encapsulates the logic for reading or modifying the environment.
#ENVIRONMENT Source
type ENVIRONMENT :: Row (Type -> Type) -> Row (Type -> Type)
type ENVIRONMENT r = (environment :: EnvironmentF | r)
The effect type used for reading or modifying the environment
#EnvironmentF Source
#_environment Source
_environment :: Proxy @Symbol "environment"
#handleEnvironment Source
handleEnvironment :: EnvironmentF ~> Aff
The default interpreter used for reading or modifying the environment