mirror of
https://github.com/genxium/DelayNoMore
synced 2024-12-26 11:48:56 +00:00
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
|
'use strict';
|
||
|
|
||
|
const Events = require('events');
|
||
|
|
||
|
module.exports = new Events.EventEmitter;
|