effect-io-ai

Package: effect
Module: Config

Config.repeat

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