UNPKG

@npmcli/arborist

Version:

Manage node_modules trees

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