dashboard
repositories
filestore
activity
search
login
main
/
testApp
在线考试教育APP
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
提交
马宇豪
2024-08-08
700eb98db0151940cc91abcc5b3149ce23ec42de
[testApp.git]
/
node_modules
/
npm
/
node_modules
/
@npmcli
/
arborist
/
lib
/
relpath.js
1
2
3
const { relative } = require('node:path')
const relpath = (from, to) => relative(from, to).replace(/\\/g, '/')
module.exports = relpath