mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-09 08:09:49 -04:00
3 lines
75 B
JavaScript
3 lines
75 B
JavaScript
|
|
var EventEmitter = require("events");
|
||
|
|
module.exports = new EventEmitter();
|