/// module.exports = function (path:string):string { return path.replace(/\\/g, '/') };