"use strict";
// require the events and the instance
const Events = require("events");
const events = new Events();
module.exports = events;
// Then require this instance in differnt file
// const events = require("./file-contain-the-singlton-class");