effect-io-ai

Package: effect
Module: Config

Config.zip

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]>; }

Source

Since v2.0.0