updated sys and created publi
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
var regex = require('unc-path-regex');
|
||||
|
||||
module.exports = function isUNC(fp) {
|
||||
if (typeof fp !== 'string') return false;
|
||||
return regex().test(fp);
|
||||
};
|
||||
Reference in New Issue
Block a user