9 lines
154 B
Haxe
9 lines
154 B
Haxe
package node;
|
|
|
|
typedef EventEmitterOptions = {
|
|
/**
|
|
Enables automatic capturing of promise rejection.
|
|
**/
|
|
@:optional
|
|
var captureRejections : Bool;
|
|
}; |