thelounge/scripts/noop.js

6 lines
73 B
JavaScript
Raw Normal View History

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