effect-io-ai

Package: effect
Module: ConfigProvider

ConfigProvider.upperCase

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

Source

Since v2.0.0