0x1998 - MANAGER
Düzenlenen Dosya: relpath.js
const { relative } = require('node:path') const relpath = (from, to) => relative(from, to).replace(/\\/g, '/') module.exports = relpath
geri dön