quartz/wallet/node_modules/yaeti/lib/Event.browser.js
2022-03-04 20:05:23 +08:00

6 lines
90 B
JavaScript

/**
* In browsers export the native Event interface.
*/
module.exports = global.Event;