Package: effect Module: Config
effect
Config
Returns a config that describes a sequence of values, each of which has the structure of this config.
Signature
declare const repeat: <A>(self: Config<A>) => Config<Array<A>>
Source
Since v2.0.0