Initial commit
[yaffs-website] / node_modules / unc-path-regex / index.js
1 'use strict';
2
3 module.exports = function uncPathRegex() {
4   return /^[\\\/]{2,}[^\\\/]+[\\\/]+[^\\\/]+/;
5 };