2
0
Fork 0
mirror of https://github.com/thelounge/thelounge synced 2025-03-09 01:27:20 +00:00
thelounge/scripts/noop.js
2020-03-21 22:55:36 +02:00

5 lines
73 B
JavaScript

"use strict";
module.exports = function () {
return function () {};
};