debug.js 97 B

1234
  1. /* eslint-disable no-unused-vars */
  2. module.exports = function(type) {
  3. return function() {};
  4. };