hardlounge/scripts/noop.js

6 lines
71 B
JavaScript

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