Module

Dotenv

Package
purescript-dotenv
Repository
nicholassaunders/purescript-dotenv

This is the base module for the Dotenv library.

#loadFile Source

loadFile :: forall m. MonadAff m => MonadThrow Error m => m Settings

Loads the .env file into the environment.

Re-exports from Dotenv.Types

#Settings Source