1
0
Fork 0
arangodb/js/node/node_modules/mocha/lib/browser/debug.js

5 lines
97 B
JavaScript

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