• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1'use strict'
2
3module.exports = function (path) {
4  return path.replace(/\\/g, '/')
5}
6