effect-io-ai

Package: effect
Module: ConfigProvider

ConfigProvider.kebabCase

Returns a new config provider that will automatically convert all property names to kebab 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 kebabCase: (self: ConfigProvider) => ConfigProvider

Source

Since v2.0.0