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