effect-io-ai

Package: effect
Module: ConfigError

ConfigError.isUnsupported

Returns true if the specified ConfigError is an Unsupported, false otherwise.

Signature

declare const isUnsupported: (self: ConfigError) => self is Unsupported

Source

Since v2.0.0