BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
.
/
lib
/
node_modules
/
npm
/
node_modules
/
@npmcli
/
arborist
/
lib
📤 Upload
📝 New File
📁 New Folder
Close
Editing: relpath.js
const { relative } = require('path') const relpath = (from, to) => relative(from, to).replace(/\\/g, '/') module.exports = relpath
Save
Cancel