EVOLUTION-NINJA
Edit File: index.js
'use strict'; module.exports = function uncPathRegex() { return /^[\\\/]{2,}[^\\\/]+[\\\/]+[^\\\/]+/; };