first commit
This commit is contained in:
9
node_modules/vinyl/lib/normalize.js
generated
vendored
Normal file
9
node_modules/vinyl/lib/normalize.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
var path = require('path');
|
||||
|
||||
function normalize(str) {
|
||||
return str === '' ? str : path.normalize(str);
|
||||
}
|
||||
|
||||
module.exports = normalize;
|
Reference in New Issue
Block a user