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