nouveau-theatre-de-besancon/node_modules/unc-path-regex/index.js

6 lines
108 B
JavaScript
Raw Permalink Normal View History

2024-09-20 10:32:49 +02:00
'use strict';
module.exports = function uncPathRegex() {
return /^[\\\/]{2,}[^\\\/]+[\\\/]+[^\\\/]+/;
};