We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80792f commit 21ec469Copy full SHA for 21ec469
src/Configuration/Dotenv.purs
@@ -1,6 +1,6 @@
1
-- | This is the base module for the Dotenv library.
2
3
-module Configuration.Dotenv (loadFile) where
+module Configuration.Dotenv (Setting, Settings, loadFile) where
4
5
import Prelude
6
import Configuration.Dotenv.Parse (configParser)
0 commit comments