Package: effect
Module: Config
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>>
Since v2.0.0