Package: effect
Module: ConfigProvider
Returns a new config provider that will automatically convert all property names to lower case. This can be utilized to adapt the names of configuration properties from the default naming convention of camel case to the naming convention of a config provider.
Signature
declare const lowerCase: (self: ConfigProvider) => ConfigProvider
Since v2.0.0