File Manager

Path: /proc/self/root/opt/alt/alt-nodejs8/root/lib/node_modules/npm/lib/utils/

Viewing File: unix-format-path.js

'use strict'

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