Newer
Older
vmk-demo-bot / admin / node_modules / unc-path-regex / index.js
@eugene-sukhodolskiy eugene-sukhodolskiy 17 days ago 108 bytes init
'use strict';

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