UNPKG

qtsd-fork

Version:

Do not use this please

10 lines (8 loc) 167 B
var parse = require('url').parse; exports.pathMatch = function(url, path) { try { return parse(url).pathname === path; } catch (e) { return false; } };