Onlife/node_modules/yaeti/lib/Event.browser.js

6 lines
90 B
JavaScript
Raw Normal View History

2025-04-19 15:38:48 +08:00
/**
* In browsers export the native Event interface.
*/
module.exports = global.Event;