effect-io-ai

Package: effect
Module: Config

Config.option

Returns an optional version of this config, which will be None if the data is missing from configuration, and Some otherwise.

Signature

declare const option: <A>(self: Config<A>) => Config<Option.Option<A>>

Source

Since v2.0.0