event.js 95 B

12345
  1. 'use strict';
  2. const Events = require('events');
  3. module.exports = new Events.EventEmitter;