Module
Yoga.Config.Source
- Package
- purescript-yoga-config
- Repository
- rowtype-yoga/purescript-yoga-config
#ConfigSource Source
#fromEnvPrefix Source
fromEnvPrefix :: String -> ConfigSource#fromYAMLString Source
fromYAMLString :: String -> ConfigSource#fromTOMLString Source
fromTOMLString :: String -> ConfigSource#fromJSONString Source
fromJSONString :: String -> ConfigSource#fromFile Source
fromFile :: String -> ConfigSource#fromYAMLFile Source
fromYAMLFile :: String -> ConfigSource#fromTOMLFile Source
fromTOMLFile :: String -> ConfigSource#fromJSONFile Source
fromJSONFile :: String -> ConfigSource#fromRecord Source
fromRecord :: forall a. WriteForeign a => a -> ConfigSource#override Source
override :: ConfigSource -> ConfigSource -> ConfigSource#fromProfileDir Source
fromProfileDir :: { default :: String, dir :: String, envVar :: String, ext :: String } -> ConfigSource