effect-io-ai

Package: effect
Module: Config

Config.primitive

Constructs a new primitive config.

Signature

declare const primitive: <A>(description: string, parse: (text: string) => Either.Either<A, ConfigError.ConfigError>) => Config<A>

Source

Since v2.0.0