mob/build/mock/utils.js

10 lines
123 B
JavaScript
Raw Permalink Normal View History

2024-09-04 20:14:51 +08:00
const slash = require('slash2')
const winPath = function (path) {
return slash(path)
}
module.exports = {
winPath,
}