node-slash

Node.js library to convert Windows backslash paths to slash paths
  https://github.com/sindresorhus/slash
  0
  no reviews



Node-slash provides a simple way to convert Windows backslash paths to slash paths: 'foo\bar' becomes 'foo/bar'

Node.js is an event-based server-side JavaScript engine.