Package: effect Module: Config
effect
Config
Constructs a config that fails with the specified message.
Signature
declare const fail: (message: string) => Config<never>
Source
Since v2.0.0