Files
JiboSDK/node_modules/yaeti/lib/Event.browser.js
2026-03-22 03:21:45 +02:00

6 lines
90 B
JavaScript

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