jfromaniello/url-join

Difference with path.join?

Closed this issue · 0 comments

What's the difference between this and the core path.join(..).

My bad, just noticed that this doesn't work for url:

path.join('https://google.com', 'hello')
// https:/google.com/hello  (missing /)