马宇豪
2024-08-21 b941ca4d159d7af138bc0a2fa7e04b1e9fdd61d0
1
2
3
const { relative } = require('node:path')
const relpath = (from, to) => relative(from, to).replace(/\\/g, '/')
module.exports = relpath