winos.js 75 B

12345
  1. exports.normalize = function(path) {
  2. return path.replace(/\\/g, "/")
  3. }