aboutsummaryrefslogtreecommitdiff
path: root/node_modules/unc-path-regex/index.js
blob: c268404d8d0a32ef587cc91365bb3fd6196de48d (plain)
1
2
3
4
5
'use strict';

module.exports = function uncPathRegex() {
  return /^[\\\/]{2,}[^\\\/]+[\\\/]+[^\\\/]+/;
};