I found few projects with the same aim but the were either written in something else than TypeScript/JavaScript or were just calling wslpath
application to do path translation. After some profiling I found out that I could not afford to create new process with native wslpath
application every time I needed path translation. So I decided to create this library.
TODO: usage examples