Package: effect
Module: Config
Returns a config that is the composition of this config and the specified config.
Signature
declare const zip: { <B>(that: Config<B>): <A>(self: Config<A>) => Config<[A, B]>; <A, B>(self: Config<A>, that: Config<B>): Config<[A, B]>; }
Since v2.0.0