effect-io-ai

Package: effect
Module: ConfigProvider

ConfigProvider.fromMap

Constructs a ConfigProvider using a map and the specified delimiter string, which determines how to split the keys in the map into path segments.

Signature

declare const fromMap: (map: Map<string, string>, config?: Partial<ConfigProvider.FromMapConfig>) => ConfigProvider

Source

Since v2.0.0