Feuerwehr-eppingen/node_modules/npm/lib/utils/unix-format-path.js

6 lines
85 B
JavaScript

'use strict'
module.exports = function (path) {
return path.replace(/\\/g, '/')
}