thelounge/scripts/noop.js
2017-06-27 12:55:12 +03:00

6 lines
71 B
JavaScript

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