mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-17 03:50:58 +00:00
5 lines
108 B
JavaScript
5 lines
108 B
JavaScript
'use strict';
|
|
|
|
module.exports = function uncPathRegex() {
|
|
return /^[\\\/]{2,}[^\\\/]+[\\\/]+[^\\\/]+/;
|
|
};
|