未验证 提交 5a143cdb 编写于 作者: U uki00a 提交者: GitHub

fix(std/node): support named import for EventEmitter (#3959)

上级 a3bfbcce
......@@ -328,6 +328,8 @@ export default class EventEmitter {
}
}
export { EventEmitter };
/**
* Creates a Promise that is fulfilled when the EventEmitter emits the given
* event or that is rejected when the EventEmitter emits 'error'. The Promise
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册