debug.js 97 Bytes
/* eslint-disable no-unused-vars */
module.exports = function(type) {
  return function() {};
};