AlkantarClanX12

Your IP : 18.216.104.106


Current Path : /opt/alt/alt-nodejs12/root/lib/node_modules/npm/lib/utils/
Upload File :
Current File : //opt/alt/alt-nodejs12/root/lib/node_modules/npm/lib/utils/unix-format-path.js

'use strict'

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