File "unix-format-path.js"

Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/alt-nodejs12/root/usr/lib/node_modules/npm/lib/utils/unix-format-path.js
File size: 85 bytes
MIME-type: text/plain
Charset: utf-8

'use strict'

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