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