Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / node_modules / unc-path-regex / index.js
1 'use strict';
2
3 module.exports = function uncPathRegex() {
4   return /^[\\\/]{2,}[^\\\/]+[\\\/]+[^\\\/]+/;
5 };