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