Onlife/node_modules/yaeti/lib/Event.browser.js
2025-04-19 15:38:48 +08:00

6 lines
90 B
JavaScript

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