mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
6 lines
90 B
JavaScript
6 lines
90 B
JavaScript
/**
|
|
* In browsers export the native Event interface.
|
|
*/
|
|
|
|
module.exports = global.Event;
|