effect-io-ai

Package: effect
Module: ConfigProvider

ConfigProvider.lowerCase

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

Source

Since v2.0.0