Event.browser.js 90 B

12345
  1. /**
  2. * In browsers export the native Event interface.
  3. */
  4. module.exports = global.Event;