mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
5 lines
73 B
JavaScript
5 lines
73 B
JavaScript
"use strict";
|
|
|
|
module.exports = function () {
|
|
return function () {};
|
|
};
|