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