thelounge/scripts/noop.js
2020-03-21 22:55:36 +02:00

6 lines
73 B
JavaScript

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