wishthis/node_modules/unc-path-regex/index.js
2022-01-21 09:28:41 +01:00

5 lines
108 B
JavaScript

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