UNPKG

xpm

Version:

The xPack project manager command line tool

4 lines (3 loc) 136 B
const { relative } = require('node:path') const relpath = (from, to) => relative(from, to).replace(/\\/g, '/') module.exports = relpath