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

6 lines
90 B
JavaScript

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