Compare URLs by first normalizing them
npm install compare-urls> Compare URLs by first normalizing them
``sh`
npm install compare-urls
`js
import compareUrls from 'compare-urls';
compareUrls('HTTPS://sindresorhus.com/?b=b&a=a', 'sindresorhus.com/?a=a&b=b');
//=> true
``