Package: effect Module: ConfigError
effect
ConfigError
Returns true if the specified ConfigError is a SourceUnavailable, false otherwise.
true
SourceUnavailable
false
Signature
declare const isSourceUnavailable: (self: ConfigError) => self is SourceUnavailable
Source
Since v2.0.0