Package: effect
Module: Config
Returns a config that describes the same structure as this one, but has the specified default value in case the information cannot be found.
Signature
declare const withDefault: { <const A2>(def: A2): <A>(self: Config<A>) => Config<A2 | A>; <A, const A2>(self: Config<A>, def: A2): Config<A | A2>; }
Since v2.0.0