Package: effect
Module: ErrorReporter
Returns true if the given value has the ErrorReporter.ignore annotation
set to true.
When to use
Use to check whether an error value is annotated to be skipped before forwarding it to error reporting code.
See
ignore for the annotation key this predicate readsSignature
declare const isIgnored: (u: unknown) => boolean
Since v4.0.0