mirror of
https://github.com/thelounge/thelounge.git
synced 2026-06-21 20:08:35 -04:00
6 lines
71 B
JavaScript
6 lines
71 B
JavaScript
"use strict";
|
|
|
|
module.exports = function() {
|
|
return function() {};
|
|
};
|