pixelnode/node_modules/mocha/lib/browser/debug.js
2018-04-04 12:31:55 +02:00

5 lines
97 B
JavaScript

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