Preview: index.js
Size: 181 B
/home/byroehnu/easepay.easetack.com/node_modules/slash/index.js
export default function slash(path) {
const isExtendedLengthPath = path.startsWith('\\\\?\\');
if (isExtendedLengthPath) {
return path;
}
return path.replace(/\\/g, '/');
}
Directory Contents
Dirs: 0 × Files: 6