Package: effect
Module: Config
Returns a config that is the composes this config and the specified config using the provided function.
Signature
declare const zipWith: { <B, A, C>(that: Config<B>, f: (a: A, b: B) => C): (self: Config<A>) => Config<C>; <A, B, C>(self: Config<A>, that: Config<B>, f: (a: A, b: B) => C): Config<C>; }
Since v2.0.0