3 lines
69 B
CoffeeScript
3 lines
69 B
CoffeeScript
{EventEmitter} = require 'events'
|
|
|
|
module.exports = new EventEmitter
|