6 lines
90 B
JavaScript
6 lines
90 B
JavaScript
|
/**
|
||
|
* In browsers export the native Event interface.
|
||
|
*/
|
||
|
|
||
|
module.exports = global.Event;
|