Welcome to mirror list, hosted at ThFree Co, Russian Federation.

debug.js « browser « lib « mocha-3.1.0 « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba232896dfb3f122387fe916db87e7fbd9c51860 (plain)
1
2
3
4
/* eslint-disable no-unused-vars */
module.exports = function(type) {
  return function() {};
};