UNPKG

npm

Version:

a package manager for JavaScript

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