djLint/docs/node_modules/unc-path-regex/index.js
2021-12-14 09:57:37 +01:00

5 lines
108 B
JavaScript

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