effect-io-ai

Package: effect
Module: Config

Config.sync

Constructs a config which contains the specified lazy value.

Signature

declare const sync: <A>(value: LazyArg<A>) => Config<A>

Source

Since v2.0.0