diff options
Diffstat (limited to 'node_modules/unc-path-regex/index.js')
-rw-r--r-- | node_modules/unc-path-regex/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/unc-path-regex/index.js b/node_modules/unc-path-regex/index.js new file mode 100644 index 000000000..c268404d8 --- /dev/null +++ b/node_modules/unc-path-regex/index.js @@ -0,0 +1,5 @@ +'use strict'; + +module.exports = function uncPathRegex() { + return /^[\\\/]{2,}[^\\\/]+[\\\/]+[^\\\/]+/; +}; |