????

Your IP : 3.141.33.133


Current Path : C:/Program Files/nodejs/node_modules/npm/node_modules/@npmcli/arborist/lib/
Upload File :
Current File : C:/Program Files/nodejs/node_modules/npm/node_modules/@npmcli/arborist/lib/relpath.js

const { relative } = require('path')
const relpath = (from, to) => relative(from, to).replace(/\\/g, '/')
module.exports = relpath