@ac-essentials/misc-util
    Preparing search index...

    Type Alias ISuppressedError

    ISuppressedError: SuppressedError

    Type alias for the built-in SuppressedError type.

    Helps clarify the code to disambugate between the SuppressedError JS class and its interface (type), which have the same name, which can be confusing when referring to an object that looks like an SuppressedError but is not an instance of the SuppressedError class.