Package: effect
Module: Config
Returns a config that has this configuration nested as a property of the specified name.
Signature
declare const nested: { (name: string): <A>(self: Config<A>) => Config<A>; <A>(self: Config<A>, name: string): Config<A>; }
Since v2.0.0