UNPKG

97 BJavaScriptView Raw
1function isPath(v) {
2 return /.+\..+/.test(v) || v.indexOf('/') > -1
3}
4
5module.exports = isPath