"use strict";

module.exports.match = function(url, type) {
  return false;
};