@petsel/es-type-detection - v1.0.0
    Preparing search index...

    Type Alias PlainError

    PlainError: Error & { __brand: "PlainError"; constructor: Error }

    A plain Error instance - created exclusively via the base Error constructor:

    • new Error()

    Excludes subclass instances like TypeError, SyntaxError, or custom errors. The __constructor is strictly the built-in Error function.