interface EventEmitterOptions {
    captureRejections?: boolean;
}

Hierarchy (view full)

Properties

captureRejections?: boolean

Enables automatic capturing of promise rejection.

Generated using TypeDoc