mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
6 lines
71 B
JavaScript
6 lines
71 B
JavaScript
|
"use strict";
|
||
|
|
||
|
module.exports = function() {
|
||
|
return function() {};
|
||
|
};
|