Package: effect
Module: ConfigProvider
Returns a new config provider that will automatically convert all property names to upper 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 upperCase: (self: ConfigProvider) => ConfigProvider
Since v2.0.0