mirror of
https://github.com/genxium/DelayNoMore
synced 2025-07-19 06:34:32 +00:00
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
|
'use strict';
|
||
|
|
||
|
const Events = require('events');
|
||
|
|
||
|
module.exports = new Events.EventEmitter;
|