mirror of
https://github.com/thelounge/thelounge.git
synced 2026-01-22 05:58:07 -05:00
6 lines
73 B
JavaScript
6 lines
73 B
JavaScript
"use strict";
|
|
|
|
module.exports = function () {
|
|
return function () {};
|
|
};
|