← Back
Editing: unix-format-path.js
'use strict' module.exports = function (path) { return path.replace(/\\/g, '/') }
Save File
Cancel