UNPKG

react-native-web-headroom

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