Files
WeihnachtsKalenderMelly/node_modules/unc-path-regex/index.js
2021-11-21 11:18:28 +01:00

6 lines
108 B
JavaScript

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