dotenv-0.5.2.4: Loads environment variables from dotenv files

Safe HaskellNone
LanguageHaskell2010

Configuration.Dotenv.Scheme.Parser

Documentation

parseEnvAs Source #

Arguments

:: String

Value of the env variable

-> EnvType

Type that the env variable should have

-> Either (ParseError Char Void) ()