⚠️ Internal: This API is not publically exported by the package.
interface EventEmitterOptions {
    captureRejections?: boolean;
}

Hierarchy

Properties

captureRejections?: boolean

Enables automatic capturing of promise rejection.