10 lines
123 B
JavaScript
10 lines
123 B
JavaScript
![]() |
const slash = require('slash2')
|
||
|
|
||
|
const winPath = function (path) {
|
||
|
return slash(path)
|
||
|
}
|
||
|
|
||
|
module.exports = {
|
||
|
winPath,
|
||
|
}
|