index.js 108 B

12345
  1. 'use strict';
  2. module.exports = function uncPathRegex() {
  3. return /^[\\\/]{2,}[^\\\/]+[\\\/]+[^\\\/]+/;
  4. };